Skip to content

Commit 35a19bd

Browse files
committed
Bump extension version to 1.0.1
1 parent ee00673 commit 35a19bd

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

3232
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
33-
#define MONGODB_VERSION_S "1.0.1-dev"
34-
#define MONGODB_STABILITY_S "devel"
33+
#define MONGODB_VERSION_S "1.0.1"
34+
#define MONGODB_STABILITY_S "stable"
3535
#define MONGODB_VERSION MONGODB_VERSION_S
3636

3737
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)