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>2013-11-07 18:44:41 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-11-07 18:44:41 +0400
commit935a26ab1cd2982e2478ac6f9b8decf7deb5fe5b (patch)
treee5026ad6fa4a3bc935fa25c3c47bd175f39c3a52
parentd7af99434a15a508dc909ba053115fb112b0a247 (diff)
Publishing nanopb-0.2.4nanopb-0.2.4
-rw-r--r--CHANGELOG2
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--pb.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cc1d26a..94f0c79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-nanopb-0.2.4 (2013-11-xx)
+nanopb-0.2.4 (2013-11-07)
Remove the deprecated NANOPB_INTERNALS functions from public API.
Document the security model.
Check array and bytes max sizes when encoding (issue 90)
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index 3c248ac..9e85728 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.2.4-dev"
+nanopb_version = "nanopb-0.2.4"
try:
import google.protobuf.descriptor_pb2 as descriptor
diff --git a/pb.h b/pb.h
index 04a8288..f653217 100644
--- a/pb.h
+++ b/pb.h
@@ -43,7 +43,7 @@
/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
-#define NANOPB_VERSION nanopb-0.2.4-dev
+#define NANOPB_VERSION nanopb-0.2.4
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: