Skip to content

Commit 7bf5716

Browse files
committed
Fix version number
1 parent 5ac7dbb commit 7bf5716

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 "3.0.0"
31+
#define PHONGO_VERSION_S "0.1.0"
32+
#define PHONGO_STABILITY_S "devel"
3233
#define PHONGO_VERSION PHONGO_VERSION_S
3334

3435
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)