Skip to content

Commit dd22a22

Browse files
committedMar 20, 2017
Package 1.2.8
1 parent 53d8d10 commit dd22a22

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

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

0 commit comments

Comments
 (0)