Skip to content

Commit

Permalink
Bump extension version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Oct 30, 2015
1 parent a89fac3 commit 68a51d3
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 @@ -30,8 +30,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.0.0RC1"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.0.0"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit 68a51d3

Please sign in to comment.