Back to -dev

This commit is contained in:
Jeremy Mikola
2016-03-18 13:22:43 -04:00
parent b0c3640d3f
commit ee6d99c4eb
+2 -2
View File
@@ -28,8 +28,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.1.5"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION_S "1.1.6-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION MONGODB_VERSION_S
#ifdef PHP_WIN32