summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-04-07 20:45:04 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-04-07 20:45:04 +0300
commit938c7ac3f302ccfa3044ce0720aeed9a4336ac0e (patch)
treef2543614a487bf975fd71175076c587584660479
parent6d74c66adabf4bbe62f3c72bc5bb644eebf36d42 (diff)
Setting version to 0.2.8-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 b603a332..7b6f0ba9 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.7"
+nanopb_version = "nanopb-0.2.8-dev"
import sys
diff --git a/pb.h b/pb.h
index b5cb3ea4..fe6fb5b3 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.7
+#define NANOPB_VERSION nanopb-0.2.8-dev
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: