Skip to content

Commit d57a428

Browse files
committedSep 14, 2016
Package 1.2.0alpha2
1 parent d7df91c commit d57a428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎php_phongo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
extern zend_module_entry mongodb_module_entry;
2828

2929
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
30-
#define MONGODB_VERSION_S "1.2.0-dev"
31-
#define MONGODB_STABILITY_S "devel"
30+
#define MONGODB_VERSION_S "1.2.0alpha2"
31+
#define MONGODB_STABILITY_S "alpha"
3232
#define MONGODB_VERSION MONGODB_VERSION_S
3333

3434
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)