aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-05-20 19:34:28 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-05-20 19:35:00 +0300
commit916bcb3643b257ab2cb2cbc6a74da2c0cb74d275 (patch)
tree23d30a8e67bf6f0bb13cc144f0d3d9df02fb15bd
parent9cf788de5463e42aaf8a24ac35a3541fdaf8c517 (diff)
Publishing nanopb-0.2.8
-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 4d8d733..e494f00 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.8-dev"
+nanopb_version = "nanopb-0.2.8"
import sys
diff --git a/pb.h b/pb.h
index fe6fb5b..258ec92 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.8-dev
+#define NANOPB_VERSION nanopb-0.2.8
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: