aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-10-13 15:06:05 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-10-13 15:06:05 +0300
commit493adf3616bee052649c63c473f8355630c2797f (patch)
tree7efd4dcec66077cd57d8deccb17a9318a775c1aa
parent1d6f3f4d1399b11f65008ba09826fa904a4d1739 (diff)
downloadnanopb-c-493adf3616bee052649c63c473f8355630c2797f.tar.gz
Publishing nanopb-0.3.9.4
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--library.json2
-rw-r--r--pb.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8eccb62..9704d35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
project(nanopb C)
-set(nanopb_VERSION_STRING nanopb-0.3.9.3)
+set(nanopb_VERSION_STRING nanopb-0.3.9.4)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index 63983e5..12af67e 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.9.3"
+nanopb_version = "nanopb-0.3.9.4"
import sys
import re
diff --git a/library.json b/library.json
index a41055c..7bed92d 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.3.9.3",
+ "version": "0.3.9.4",
"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 aaf3f58..fc0fe7a 100644
--- a/pb.h
+++ b/pb.h
@@ -51,7 +51,7 @@
/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
-#define NANOPB_VERSION nanopb-0.3.9.3
+#define NANOPB_VERSION nanopb-0.3.9.4
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: