Publishing nanopb-0.3.2
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 24 Jan 2015 15:33:01 +0000 (17:33 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 24 Jan 2015 15:33:01 +0000 (17:33 +0200)
CHANGELOG.txt
docs/migration.rst
generator/nanopb_generator.py
pb.h

index 3346be3..d10364f 100644 (file)
@@ -1,6 +1,6 @@
-nanopb-0.3.2 (2015-01-xx)
+nanopb-0.3.2 (2015-01-24)
  Fix memory leaks with PB_ENABLE_MALLOC with some submessage hierarchies (issue 138)
- Implement support for oneofs (C unions). (issue 131)
+ Implement support for oneofs (C unions). (issues 131, 141)
  Add int_size option for generator (issue 139)
  Add compilation option to disable struct packing. (issue 136)
  Change PB_RETURN_ERROR() macro to avoid compiler warnings (issue 140)
index d5ded64..ac92db8 100644 (file)
@@ -11,7 +11,7 @@ are included, in order to make it easier to find this document.
 
 .. contents ::
 
-Nanopb-0.3.2 (2015-01-xx)
+Nanopb-0.3.2 (2015-01-24)
 =========================
 
 Add support for OneOfs
index 9750b67..8c87ff5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.3.2-dev"
+nanopb_version = "nanopb-0.3.2"
 
 import sys
 
diff --git a/pb.h b/pb.h
index fc846c9..90da623 100644 (file)
--- a/pb.h
+++ b/pb.h
@@ -50,7 +50,7 @@
 
 /* Version of the nanopb library. Just in case you want to check it in
  * your own program. */
-#define NANOPB_VERSION nanopb-0.3.2-dev
+#define NANOPB_VERSION nanopb-0.3.2
 
 /* Include all the system headers needed by nanopb. You will need the
  * definitions of the following: