Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hjagodzinski committed Feb 11, 2018
1 parent 02fd222 commit afe8736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php_protobuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Allegro/Protobuf/Compiler/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afe8736

Please sign in to comment.