From 0150b98be60b1e123fa51c561a908c234b6379fe Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sat, 9 Aug 2014 22:18:24 +0300 Subject: [PATCH] Setting version to 0.3.0-dev --- generator/nanopb_generator.py | 2 +- pb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index 6bc30aa7..1d12ae3c 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.2.9" +nanopb_version = "nanopb-0.3.0-dev" import sys diff --git a/pb.h b/pb.h index 210aa9fd..50a07c54 100644 --- a/pb.h +++ b/pb.h @@ -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.2.9 +#define NANOPB_VERSION nanopb-0.3.0-dev /* Include all the system headers needed by nanopb. You will need the * definitions of the following: -- 2.16.6