Skip to content

Commit 6ae850b

Browse files
committed
Bump version
1 parent d43386c commit 6ae850b

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

3131
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
32-
#define MONGODB_VERSION_S "0.6.3"
33-
#define MONGODB_STABILITY_S "alpha"
32+
#define MONGODB_VERSION_S "0.6.4"
33+
#define MONGODB_STABILITY_S "devel"
3434
#define MONGODB_VERSION MONGODB_VERSION_S
3535

3636
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)