Publishing nanopb-0.3.8
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 5 Mar 2017 16:28:23 +0000 (18:28 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 5 Mar 2017 16:28:23 +0000 (18:28 +0200)
CMakeLists.txt
generator/nanopb_generator.py
library.json
pb.h

index f69386b..b8a2946 100644 (file)
@@ -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})
 
index b547317..e4d3d27 100755 (executable)
@@ -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
index 1a0b07c..1acd14e 100644 (file)
@@ -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 a3001ba..bf05a63 100644 (file)
--- 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: