Skip to content

Commit

Permalink
Back to -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jun 6, 2018
1 parent 2824978 commit af0be66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php_phongo.h
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 PHP_MONGODB_VERSION "1.4.4"
#define PHP_MONGODB_STABILITY "stable"
#define PHP_MONGODB_VERSION "1.4.5-dev"
#define PHP_MONGODB_STABILITY "devel"

/* Structure for persisted libmongoc clients. The PID is included to ensure that
* processes do not destroy clients created by other processes (relevant for
Expand Down

0 comments on commit af0be66

Please sign in to comment.