Skip to content

Commit

Permalink
Package 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Mar 7, 2017
1 parent 9243b60 commit f2d54bf
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 @@ -25,8 +25,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.6-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.2.6"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit f2d54bf

Please sign in to comment.