Publishing nanopb-0.3.7
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 30 Oct 2016 05:30:49 +0000 (07:30 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 30 Oct 2016 05:30:49 +0000 (07:30 +0200)
CHANGELOG.txt
CMakeLists.txt
generator/nanopb_generator.py
pb.h

index 3d54b7b..02b7e71 100644 (file)
@@ -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)
index 7b19f28..a09e97c 100644 (file)
@@ -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})
 
index 3e54394..351c37e 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.7-dev"
+nanopb_version = "nanopb-0.3.7"
 
 import sys
 import re
diff --git a/pb.h b/pb.h
index 0e1e92d..9306a86 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.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: