From: Petteri Aimonen Date: Sun, 5 Mar 2017 16:28:23 +0000 (+0200) Subject: Publishing nanopb-0.3.8 X-Git-Tag: 5.0.2~186^2~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cc74b9f200176edc5524aa00ba45fa90a5e87d27;p=apps%2Fagl-service-can-low-level.git Publishing nanopb-0.3.8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f69386bf..b8a29463 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.8-dev) +set(nanopb_VERSION_STRING nanopb-0.3.8) string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING}) diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index b5473174..e4d3d27a 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.8-dev" +nanopb_version = "nanopb-0.3.8" import sys import re diff --git a/library.json b/library.json index 1a0b07c1..1acd14ef 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Nanopb", - "version": "0.3.8-dev", + "version": "0.3.8", "keywords": "protocol buffers, protobuf, google", "description": "Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints.", "repository": { diff --git a/pb.h b/pb.h index a3001bad..bf05a63c 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.8-dev +#define NANOPB_VERSION nanopb-0.3.8 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: