Publishing nanopb-0.3.5
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 13 Feb 2016 10:39:45 +0000 (12:39 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 13 Feb 2016 10:39:45 +0000 (12:39 +0200)
CHANGELOG.txt
docs/migration.rst
generator/nanopb_generator.py
pb.h

index 80d2b82..fd983df 100644 (file)
@@ -1,4 +1,7 @@
-nanopb-0.3.5 (2016-02-xx)
+nanopb-0.3.5 (2016-02-13)
+ NOTE: If you are using pb_syshdr.h, you will need to add uint_least8_t
+ definition. See docs/migration.rst for details.
+
  Fix generator crash with Enum inside Oneof (#188)
  Fix some generator regressions related to .options file path (#172)
  Add support for platforms without uint8_t (#191)
index 26bd25d..cd5911f 100644 (file)
@@ -11,7 +11,7 @@ are included, in order to make it easier to find this document.
 
 .. contents ::
 
-Nanopb-0.3.5 (2016-xx-xx)
+Nanopb-0.3.5 (2016-02-13)
 =========================
 
 Add support for platforms without uint8_t
index 3c1f434..95d6e0c 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.5-dev"
+nanopb_version = "nanopb-0.3.5"
 
 import sys
 import re
diff --git a/pb.h b/pb.h
index 50f71e8..d3f2413 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.5-dev
+#define NANOPB_VERSION nanopb-0.3.5
 
 /* Include all the system headers needed by nanopb. You will need the
  * definitions of the following: