summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-09-16 20:41:45 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-09-16 20:41:45 +0300
commitbaf44b367f726484c315f204f1bf95ba40af86fa (patch)
tree300ee87e9f5cc7e09fab8023f18496721177ced8
parentb947dc6e2c0d63a29e83ebf9c8af450d2531aef2 (diff)
Set version to nanopb-0.3.2-dev
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--pb.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index b9cfcc3d..19771a7a 100755
--- a/generator/nanopb_generator.py
+++ b/generator/nanopb_generator.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.3.1"
+nanopb_version = "nanopb-0.3.2-dev"
import sys
diff --git a/pb.h b/pb.h
index 34d14b04..2582e250 100644
--- 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.1
+#define NANOPB_VERSION nanopb-0.3.2-dev
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: