summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-08-09 22:18:24 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-08-09 22:18:24 +0300
commit0150b98be60b1e123fa51c561a908c234b6379fe (patch)
tree82cb66f0f5ea6a7e7158d50d9e7f4726741a4c22
parent2f05a35b5f5ce28650db096d61d7793ee982d073 (diff)
Setting version to 0.3.0-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 6bc30aa7..1d12ae3c 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.2.9"
+nanopb_version = "nanopb-0.3.0-dev"
import sys
diff --git a/pb.h b/pb.h
index 210aa9fd..50a07c54 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.2.9
+#define NANOPB_VERSION nanopb-0.3.0-dev
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: