From 1ff0ac4689845e9fc146f0cb1c240c985fe51cb8 Mon Sep 17 00:00:00 2001 From: Bill Monkman Date: Wed, 4 Jan 2017 10:12:00 -0800 Subject: [PATCH] Bumped version --- php_protobuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_protobuf.h b/php_protobuf.h index 4448b6c..2494883 100755 --- a/php_protobuf.h +++ b/php_protobuf.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#define PHP_PROTOBUF_VERSION "0.12.3" +#define PHP_PROTOBUF_VERSION "0.12.4.hoot" #define PHP_PROTOBUF_EXTNAME "protobuf" extern zend_module_entry protobuf_module_entry;