Publishing nanopb-0.2.0

This commit is contained in:
Petteri Aimonen
2013-03-02 16:32:54 +02:00
parent 86ae2541e6
commit 73effb376c
2 changed files with 2 additions and 2 deletions

View File

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

2
pb.h
View File

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