Skip to content

Commit 234da99

Browse files
committed
Bump release to 0.2.0-alpha
1 parent f048eb4 commit 234da99

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 phongo_module_entry;
3030

3131
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
32-
#define PHONGO_VERSION_S "0.1.6"
33-
#define PHONGO_STABILITY_S "devel"
32+
#define PHONGO_VERSION_S "0.2.0"
33+
#define PHONGO_STABILITY_S "alpha"
3434
#define PHONGO_VERSION PHONGO_VERSION_S
3535

3636
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)