Skip to content

Commit dedf515

Browse files
committed
Add "-dev" to extension version constant
See: cbf0330
1 parent a77ce75 commit dedf515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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"
33+
#define MONGODB_VERSION_S "1.0.1-dev"
3434
#define MONGODB_STABILITY_S "devel"
3535
#define MONGODB_VERSION MONGODB_VERSION_S
3636

0 commit comments

Comments
 (0)