Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-04-10 20:46:33 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-04-10 20:46:33 +0300
commit3486f67e0de8cd17009be6df493af1d9447935c7 (patch)
tree291b8e95ee045afaf31d6824d08e7256e7defb3c
parent2024c8e3dc8a197cbb0c842a6b48a64c7b71368d (diff)
Publishing nanopb-0.3.3nanopb-0.3.3
-rw-r--r--CHANGELOG.txt4
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--pb.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a1875a0..8c6f8e6 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,7 +3,9 @@ nanopb-0.3.3 (2015-04-xx)
Fix generator bug when oneof is first field in a message. (issue 142)
Fix generator error when long_names:false is combined with Oneofs. (issue 147)
Fix oneof submessage initialization bug. (issue 149)
- Don't crash when callback is inside oneof field. (issue 148)
+ Fix problem with plugin options on Python 2.7.2 and older. (issue 153)
+ Fix crash when callback is inside oneof field. (issue 148)
+ Switch to .tar.gz format for Mac OS X packages. (issue 154)
Always define enum long names so that cross-file references work. (issue 118)
Add msgid generator option. (issue 151)
Improve comment support in .options files. (issue 145)
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index 49ce4da..364a22c 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.3-dev"
+nanopb_version = "nanopb-0.3.3"
import sys
import re
diff --git a/pb.h b/pb.h
index 47941eb..d0fa871 100644
--- 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.3-dev
+#define NANOPB_VERSION nanopb-0.3.3
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: