diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-07 20:30:42 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-07 20:30:42 +0300 |
commit | 6d74c66adabf4bbe62f3c72bc5bb644eebf36d42 (patch) | |
tree | 3a19d1c3b934dd263d6b9b14e9368d93cdf64ac8 | |
parent | c998ffe1178c26b513495c9144db24e89b9cbcc3 (diff) |
Publishing nanopb-0.2.7
-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 0660d20e..b603a332 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.7-dev" +nanopb_version = "nanopb-0.2.7" 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.2.7-dev +#define NANOPB_VERSION nanopb-0.2.7 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |