Skip to content

Commit

Permalink
Package 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Dec 1, 2017
1 parent 8be32ba commit 048d6ef
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 PHP_MONGODB_VERSION "1.3.4-dev"
#define PHP_MONGODB_STABILITY "devel"
#define PHP_MONGODB_VERSION "1.3.4"
#define PHP_MONGODB_STABILITY "stable"

/* 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 048d6ef

Please sign in to comment.