We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45563bf commit 933313eCopy full SHA for 933313e
Makefile
@@ -4,8 +4,8 @@
4
# To release a new version, change these numbers and
5
# run ./build-and-test.sh to update the test cases.
6
EXT_VERSION_MAJOR = 0
7
-EXT_VERSION_MINOR = 2
8
-EXT_VERSION_PATCHLEVEL = 3
+EXT_VERSION_MINOR = 3
+EXT_VERSION_PATCHLEVEL = 0
9
EXT_VERSION = $(EXT_VERSION_MAJOR).$(EXT_VERSION_MINOR).$(EXT_VERSION_PATCHLEVEL)
10
11
PROTOBUF_ROOT=third_party/protobuf
0 commit comments