From: Petteri Aimonen Date: Mon, 7 Apr 2014 17:45:04 +0000 (+0300) Subject: Setting version to 0.2.8-dev X-Git-Tag: 5.0.2~186^2~239 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=938c7ac3f302ccfa3044ce0720aeed9a4336ac0e;p=apps%2Fagl-service-can-low-level.git Setting version to 0.2.8-dev --- diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index b603a332..7b6f0ba9 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" +nanopb_version = "nanopb-0.2.8-dev" import sys diff --git a/pb.h b/pb.h index b5cb3ea4..fe6fb5b3 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.7 +#define NANOPB_VERSION nanopb-0.2.8-dev /* Include all the system headers needed by nanopb. You will need the * definitions of the following: