Skip to content

Commit

Permalink
prepare 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 24, 2014
1 parent 3d8ce40 commit ea22fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* 2.1.1 (2014-XX-XX)
* 2.1.1 (2014-07-24)

* fixed compiler warnings for the C extension
* fixed code when dealing with circular references
Expand Down
2 changes: 1 addition & 1 deletion ext/pimple/php_pimple.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern zend_module_entry pimple_module_entry;
#include "TSRM.h"
#endif

#define PIMPLE_VERSION "2.1.1-dev"
#define PIMPLE_VERSION "2.1.1"
#define PIMPLE_NS "Pimple"

#define PIMPLE_DEFAULT_ZVAL_CACHE_NUM 5
Expand Down

0 comments on commit ea22fb2

Please sign in to comment.