Skip to content

Commit 05267bc

Browse files
committed
Package 1.4.0RC1
1 parent e304754 commit 05267bc

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.0-dev"
32-
#define PHP_MONGODB_STABILITY "devel"
31+
#define PHP_MONGODB_VERSION "1.4.0RC1"
32+
#define PHP_MONGODB_STABILITY "beta"
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)