Publishing nanopb-0.3.6
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 19 Jun 2016 07:18:03 +0000 (10:18 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 19 Jun 2016 07:18:03 +0000 (10:18 +0300)
CHANGELOG.txt
generator/nanopb_generator.py
pb.h

index 9e3ad69..8437688 100644 (file)
@@ -1,4 +1,4 @@
-nanopb-0.3.6 (2016-06-xx)
+nanopb-0.3.6 (2016-06-19)
  Protect against corrupted _count fields in pb_release (#205)
  Fix error in STATIC_ASSERT with multiple files (#203)
  Add -D option to specify output directory (#193)
index 84f5d09..2f1d92f 100755 (executable)
@@ -3,7 +3,7 @@
 from __future__ import unicode_literals
 
 '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.3.6-dev"
+nanopb_version = "nanopb-0.3.6"
 
 import sys
 import re
diff --git a/pb.h b/pb.h
index 114c9c7..5e5d07b 100644 (file)
--- 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.6-dev
+#define NANOPB_VERSION nanopb-0.3.6
 
 /* Include all the system headers needed by nanopb. You will need the
  * definitions of the following: