Skip to content

Commit

Permalink
Bump extension version to 1.0.0RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Oct 26, 2015
1 parent b1e9ca9 commit 2a2658c
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.0beta3"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.0.0RC0"
#define MONGODB_STABILITY_S "beta"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit 2a2658c

Please sign in to comment.