From: Petteri Aimonen Date: Sun, 30 Oct 2016 05:30:49 +0000 (+0200) Subject: Publishing nanopb-0.3.7 X-Git-Tag: 5.0.2~186^2~45 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=60d8ba229b58f07fdefc31e2756402cc74cede5f;p=apps%2Fagl-service-can-low-level.git Publishing nanopb-0.3.7 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3d54b7b6..02b7e71b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -nanopb-0.3.7 (2016-10-xx) +nanopb-0.3.7 (2016-10-30) Add support for proto3-style singular fields (#182, #206, #216) Updated binary package protoc to version 3.1.0 Add FT_INLINE allocation of bytes fields (#211) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b19f287..a09e97c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(nanopb C) -set(nanopb_VERSION_STRING nanopb-0.3.7-dev) +set(nanopb_VERSION_STRING nanopb-0.3.7) string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING}) diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index 3e543942..351c37e3 100755 --- a/generator/nanopb_generator.py +++ b/generator/nanopb_generator.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.''' -nanopb_version = "nanopb-0.3.7-dev" +nanopb_version = "nanopb-0.3.7" import sys import re diff --git a/pb.h b/pb.h index 0e1e92d5..9306a86c 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.7-dev +#define NANOPB_VERSION nanopb-0.3.7 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: