Skip to content

Commit fbd37df

Browse files
committed
Prep 0.4.1 release
1 parent 930ff02 commit fbd37df

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
@@ -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.5.0"
33-
#define MONGODB_STABILITY_S "devel"
32+
#define MONGODB_VERSION_S "0.4.1"
33+
#define MONGODB_STABILITY_S "alpha"
3434
#define MONGODB_VERSION MONGODB_VERSION_S
3535

3636
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)