Skip to content

Commit 8b8e316

Browse files
committed
Package 1.2.10
1 parent 47b24a3 commit 8b8e316

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

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

0 commit comments

Comments
 (0)