Skip to content

Commit 795592a

Browse files
committed
Package 1.3.3
1 parent 4d2ed93 commit 795592a

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

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

0 commit comments

Comments
 (0)