Skip to content

Commit c578d6f

Browse files
committedJan 31, 2017
Package 1.2.5
1 parent 72f3968 commit c578d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎php_phongo.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
extern zend_module_entry mongodb_module_entry;
2626

2727
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
28-
#define MONGODB_VERSION_S "1.2.5-dev"
29-
#define MONGODB_STABILITY_S "devel"
28+
#define MONGODB_VERSION_S "1.2.5"
29+
#define MONGODB_STABILITY_S "stable"
3030
#define MONGODB_VERSION MONGODB_VERSION_S
3131

3232
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)