From: Petteri Aimonen Date: Tue, 20 May 2014 16:34:28 +0000 (+0300) Subject: Publishing nanopb-0.2.8 X-Git-Tag: 5.0.2~186^2~230 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=916bcb3643b257ab2cb2cbc6a74da2c0cb74d275;p=apps%2Fagl-service-can-low-level.git Publishing nanopb-0.2.8 --- diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index 4d8d733f..e494f002 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 diff --git a/pb.h b/pb.h index fe6fb5b3..258ec925 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.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: