From afe8736e69acd77004b7d979c0c8788d83668a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Jagodzi=C5=84ski?= Date: Sun, 11 Feb 2018 14:49:10 +0100 Subject: [PATCH] Version 0.12.2 --- php_protobuf.h | 2 +- src/Allegro/Protobuf/Compiler/Compiler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php_protobuf.h b/php_protobuf.h index c072981..fb8d7bc 100755 --- a/php_protobuf.h +++ b/php_protobuf.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#define PHP_PROTOBUF_VERSION "0.12.1" +#define PHP_PROTOBUF_VERSION "0.12.2" #define PHP_PROTOBUF_EXTNAME "protobuf" extern zend_module_entry protobuf_module_entry; diff --git a/src/Allegro/Protobuf/Compiler/Compiler.php b/src/Allegro/Protobuf/Compiler/Compiler.php index 639eed3..e6c3ef3 100644 --- a/src/Allegro/Protobuf/Compiler/Compiler.php +++ b/src/Allegro/Protobuf/Compiler/Compiler.php @@ -6,7 +6,7 @@ class Compiler { const MINIMUM_PROTOC_VERSION = '2.6.0'; - const VERSION = '0.12.1'; + const VERSION = '0.12.2'; /** * @param string $pluginExecutable