Setting version to 0.2.2-dev

This commit is contained in:
Petteri Aimonen
2013-04-14 10:07:46 +03:00
parent ef741ea530
commit bfd7cb36b9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
nanopb_version = "nanopb-0.2.1"
nanopb_version = "nanopb-0.2.2-dev"
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.2.1
#define NANOPB_VERSION nanopb-0.2.2-dev
#ifdef PB_SYSTEM_HEADER
#include PB_SYSTEM_HEADER