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

Commit f8b44be

Browse files
committed
Fixed version information
1 parent 585b709 commit f8b44be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php_protobuf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "config.h"
66
#endif
77

8-
#define PHP_PROTOBUF_VERSION "0.11.0"
8+
#define PHP_PROTOBUF_VERSION "0.12.1"
99
#define PHP_PROTOBUF_EXTNAME "protobuf"
1010

1111
extern zend_module_entry protobuf_module_entry;

src/Allegro/Protobuf/Compiler/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Compiler
77
{
88
const MINIMUM_PROTOC_VERSION = '2.6.0';
9-
const VERSION = '0.11.0';
9+
const VERSION = '0.12.1';
1010

1111
/**
1212
* @param string $pluginExecutable

0 commit comments

Comments
 (0)