Package 1.2.0

This commit is contained in:
Jeremy Mikola
2016-11-29 17:01:03 +01:00
parent 0bd093540c
commit 96da052d10

View File

@@ -27,8 +27,8 @@
extern zend_module_entry mongodb_module_entry;
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
#define MONGODB_VERSION_S "1.2.0-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.2.0"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION MONGODB_VERSION_S
#ifdef PHP_WIN32