Skip to content

Commit 933313e

Browse files
committed
Version 0.3.0
1 parent 45563bf commit 933313e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# To release a new version, change these numbers and
55
# run ./build-and-test.sh to update the test cases.
66
EXT_VERSION_MAJOR = 0
7-
EXT_VERSION_MINOR = 2
8-
EXT_VERSION_PATCHLEVEL = 3
7+
EXT_VERSION_MINOR = 3
8+
EXT_VERSION_PATCHLEVEL = 0
99
EXT_VERSION = $(EXT_VERSION_MAJOR).$(EXT_VERSION_MINOR).$(EXT_VERSION_PATCHLEVEL)
1010

1111
PROTOBUF_ROOT=third_party/protobuf

0 commit comments

Comments
 (0)