diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-05-20 19:34:28 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-05-20 19:35:00 +0300 |
commit | 916bcb3643b257ab2cb2cbc6a74da2c0cb74d275 (patch) | |
tree | 23d30a8e67bf6f0bb13cc144f0d3d9df02fb15bd | |
parent | 9cf788de5463e42aaf8a24ac35a3541fdaf8c517 (diff) |
Publishing nanopb-0.2.8
-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 4d8d733..e494f00 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.8-dev" +nanopb_version = "nanopb-0.2.8" 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.8-dev +#define NANOPB_VERSION nanopb-0.2.8 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |