summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-09-11 19:36:14 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-09-11 19:36:14 +0300
commitb947dc6e2c0d63a29e83ebf9c8af450d2531aef2 (patch)
tree7e9322a82555d6c7f9df4ffefafc0c67f79a6b29
parent8d7deb4952c2a9b78f62b7fdc469d319344b187b (diff)
Publishing nanopb-0.3.1
-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 9ffed03a..b9cfcc3d 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-dev"
+nanopb_version = "nanopb-0.3.1"
import sys
diff --git a/pb.h b/pb.h
index fc301479..34d14b04 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-dev
+#define NANOPB_VERSION nanopb-0.3.1
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: