Setting version to 0.3.8-dev
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 30 Oct 2016 06:13:46 +0000 (08:13 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 30 Oct 2016 06:13:46 +0000 (08:13 +0200)
CMakeLists.txt
generator/nanopb_generator.py
pb.h

index a09e97c..7889bf4 100644 (file)
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(nanopb C)
 
-set(nanopb_VERSION_STRING nanopb-0.3.7)
+set(nanopb_VERSION_STRING nanopb-0.3.8-dev)
 
 string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})
 
index 351c37e..9ccb9b9 100755 (executable)
@@ -3,7 +3,7 @@
 from __future__ import unicode_literals
 
 '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.3.7"
+nanopb_version = "nanopb-0.3.8-dev"
 
 import sys
 import re
diff --git a/pb.h b/pb.h
index 9306a86..2cf5c4d 100644 (file)
--- a/pb.h
+++ b/pb.h
@@ -46,7 +46,7 @@
 
 /* Version of the nanopb library. Just in case you want to check it in
  * your own program. */
-#define NANOPB_VERSION nanopb-0.3.7
+#define NANOPB_VERSION nanopb-0.3.8-dev
 
 /* Include all the system headers needed by nanopb. You will need the
  * definitions of the following: