Skip to content

Commit cf0982b

Browse files
committed
Back to -dev
1 parent 7e7b4dd commit cf0982b

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
@@ -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"
32-
#define PHP_MONGODB_STABILITY "stable"
31+
#define PHP_MONGODB_VERSION "1.4.3-dev"
32+
#define PHP_MONGODB_STABILITY "devel"
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)