Skip to content

Commit 7e7b4dd

Browse files
committed
Package 1.4.2
1 parent 3d68200 commit 7e7b4dd

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
@@ -28,8 +28,8 @@
2828
extern zend_module_entry mongodb_module_entry;
2929

3030
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
31-
#define PHP_MONGODB_VERSION "1.4.2-dev"
32-
#define PHP_MONGODB_STABILITY "devel"
31+
#define PHP_MONGODB_VERSION "1.4.2"
32+
#define PHP_MONGODB_STABILITY "stable"
3333

3434
/* Structure for persisted libmongoc clients. The PID is included to ensure that
3535
* processes do not destroy clients created by other processes (relevant for

0 commit comments

Comments
 (0)