Skip to content

Commit

Permalink
Bump extension version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jan 7, 2016
1 parent 5955fe1 commit 933e6ad
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 @@ -28,8 +28,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.1.2-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.1.2"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit 933e6ad

Please sign in to comment.