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 e231250 commit c845c13Copy full SHA for c845c13
Makefile
@@ -5,7 +5,7 @@
5
# run ./build-and-test.sh to update the test cases.
6
EXT_VERSION_MAJOR = 0
7
EXT_VERSION_MINOR = 3
8
-EXT_VERSION_PATCHLEVEL = 0
+EXT_VERSION_PATCHLEVEL = 1
9
EXT_VERSION = $(EXT_VERSION_MAJOR).$(EXT_VERSION_MINOR).$(EXT_VERSION_PATCHLEVEL)
10
11
PROTOBUF_ROOT=third_party/protobuf
0 commit comments