summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2016-02-13 12:51:44 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2016-02-13 12:51:44 +0200
commit4110ff293571767b4de0044d88da8f2e704d764e (patch)
tree493d0aa3734170d05ce15372bb540531f1696786
parenta57831acfabef58dd00dad557cbb340f49c3f30a (diff)
Setting version to 0.3.6-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 95d6e0c3..bc9e9da8 100755
--- a/generator/nanopb_generator.py
+++ b/generator/nanopb_generator.py
@@ -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 d3f24138..114c9c74 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.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: