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-09-26 11:23:59 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2015-09-26 11:23:59 +0300
commit47fdbaddbb26a0bcea4570796baa1a04d5f38e9c (patch)
treefa2a5a38aeabf0ecaa2ac98e4a6cb4d5135b895e
parent5e4356ef4b5be9995f2038ba294e4c538167ac01 (diff)
Publishing nanopb-0.3.4nanopb-0.3.4
-rw-r--r--CHANGELOG.txt3
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--pb.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9c57429..b81b847 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,7 @@
-nanopb-0.3.4 (2015-09-xx)
+nanopb-0.3.4 (2015-09-26)
Fix handling of unsigned 8- and 16-bit enums (issue 164)
Fix generator on systems where python = python3. (issue 155)
+ Fix compiler warning on GCC 5.x (issue 171)
Make the generator better handle imported .protos (issue 165)
Add packed_enum option to generator.
Add syntax= line to .proto files (issue 167)
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index 3a5fac5..7f65d1f 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.4-dev"
+nanopb_version = "nanopb-0.3.4"
import sys
import re
diff --git a/pb.h b/pb.h
index ef2a166..45f6b4e 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.4-dev
+#define NANOPB_VERSION nanopb-0.3.4
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: