From: Petteri Aimonen Date: Tue, 26 Aug 2014 15:08:31 +0000 (+0300) Subject: Publishing nanopb-0.3.0 X-Git-Tag: 5.0.2~186^2~203 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8dede6095ede2281879b3484fa848210bb63dcfc;p=apps%2Fagl-service-can-low-level.git Publishing nanopb-0.3.0 --- diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index 5d2a360d..4ad82470 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.0-dev" +nanopb_version = "nanopb-0.3.0" import sys diff --git a/pb.h b/pb.h index 98f1d387..0796c3bf 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.3.0-dev +#define NANOPB_VERSION nanopb-0.3.0 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: