Skip to content

Commit

Permalink
Package 1.2.0alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Sep 14, 2016
1 parent d7df91c commit d57a428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php_phongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
extern zend_module_entry mongodb_module_entry;

/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
#define MONGODB_VERSION_S "1.2.0-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.2.0alpha2"
#define MONGODB_STABILITY_S "alpha"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit d57a428

Please sign in to comment.