Setting version to 0.3.6-dev
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 13 Feb 2016 10:51:44 +0000 (12:51 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 13 Feb 2016 10:51:44 +0000 (12:51 +0200)
generator/nanopb_generator.py
pb.h

index 95d6e0c..bc9e9da 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.5"
+nanopb_version = "nanopb-0.3.6-dev"
 
 import sys
 import re
diff --git a/pb.h b/pb.h
index d3f2413..114c9c7 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.5
+#define NANOPB_VERSION nanopb-0.3.6-dev
 
 /* Include all the system headers needed by nanopb. You will need the
  * definitions of the following: