Skip to content

Commit de54f80

Browse files
committed
Bump version
1 parent 6ebe3bc commit de54f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

php_phongo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
#define phpext_phongo_ptr &phongo_module_entry
2929
extern zend_module_entry phongo_module_entry;
3030

31-
#define PHONGO_VERSION_S "0.1.1"
31+
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
32+
#define PHONGO_VERSION_S "0.1.2"
3233
#define PHONGO_STABILITY_S "devel"
3334
#define PHONGO_VERSION PHONGO_VERSION_S
3435

0 commit comments

Comments
 (0)