Publishing nanopb-0.1.9

This commit is contained in:
Petteri Aimonen
2013-02-13 21:12:09 +02:00
parent 22e0a78e5e
commit 4cc3372b03
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
git master
nanopb-0.1.9
Fixed error message bugs (issues 52, 56)
Sanitize #ifndef filename (issue 50)
Performance improvements

View File

@@ -1,5 +1,5 @@
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
nanopb_version = "nanopb-0.1.9-dev"
nanopb_version = "nanopb-0.1.9"
try:
import google.protobuf.descriptor_pb2 as descriptor

2
pb.h
View File

@@ -6,7 +6,7 @@
* see pb_encode.h or pb_decode.h
*/
#define NANOPB_VERSION nanopb-0.1.9-dev
#define NANOPB_VERSION nanopb-0.1.9
#include <stdint.h>
#include <stddef.h>