From: Petteri Aimonen Date: Sat, 15 Feb 2014 14:40:38 +0000 (+0200) Subject: Publishing nanopb-0.2.6 X-Git-Tag: 5.0.2~186^2~259 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7f397b067f660efe98855c80bdd2500167303737;p=apps%2Fagl-service-can-low-level.git Publishing nanopb-0.2.6 --- diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index 7c60ebe9..a28e4710 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.6-dev" +nanopb_version = "nanopb-0.2.6" import sys diff --git a/pb.h b/pb.h index 3faa67b2..cf65bfb0 100644 --- a/pb.h +++ b/pb.h @@ -43,7 +43,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.2.6-dev +#define NANOPB_VERSION nanopb-0.2.6 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: