Skip to content

Commit c3777b5

Browse files
committed
Package 1.2.9
1 parent e2b54e8 commit c3777b5

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
@@ -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 PHP_MONGODB_VERSION "1.2.9-dev"
29-
#define PHP_MONGODB_STABILITY "devel"
28+
#define PHP_MONGODB_VERSION "1.2.9"
29+
#define PHP_MONGODB_STABILITY "stable"
3030

3131
#ifdef PHP_WIN32
3232
# define PHONGO_API __declspec(dllexport)

0 commit comments

Comments
 (0)