Publishing nanopb-0.2.4

This commit is contained in:
Petteri Aimonen
2013-11-07 16:44:41 +02:00
parent d7af99434a
commit 935a861ea0
3 changed files with 3 additions and 3 deletions

View File

@@ -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. Remove the deprecated NANOPB_INTERNALS functions from public API.
Document the security model. Document the security model.
Check array and bytes max sizes when encoding (issue 90) Check array and bytes max sizes when encoding (issue 90)

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.''' '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
nanopb_version = "nanopb-0.2.4-dev" nanopb_version = "nanopb-0.2.4"
try: try:
import google.protobuf.descriptor_pb2 as descriptor import google.protobuf.descriptor_pb2 as descriptor

2
pb.h
View File

@@ -43,7 +43,7 @@
/* Version of the nanopb library. Just in case you want to check it in /* Version of the nanopb library. Just in case you want to check it in
* your own program. */ * 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 /* Include all the system headers needed by nanopb. You will need the
* definitions of the following: * definitions of the following: