diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-16 20:41:45 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-16 20:41:45 +0300 |
commit | baf44b367f726484c315f204f1bf95ba40af86fa (patch) | |
tree | 300ee87e9f5cc7e09fab8023f18496721177ced8 | |
parent | b947dc6e2c0d63a29e83ebf9c8af450d2531aef2 (diff) |
Set version to nanopb-0.3.2-dev
-rwxr-xr-x | generator/nanopb_generator.py | 2 | ||||
-rw-r--r-- | pb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index b9cfcc3d..19771a7a 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.3.1" +nanopb_version = "nanopb-0.3.2-dev" import sys @@ -46,7 +46,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.3.1 +#define NANOPB_VERSION nanopb-0.3.2-dev /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |