aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-25 13:44:58 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-25 13:44:58 +0200
commitc2d43e59d8ec880ed261366818f0cacc5c8cc2e6 (patch)
treea846d0ae5b2ade6e39144158d057942446dffee3
parent3302311832383374d81ebb55f89ad5c5bcda4c17 (diff)
downloadnanopb-c-c2d43e59d8ec880ed261366818f0cacc5c8cc2e6.tar.gz
Publishing nanopb-0.3.9.7
-rw-r--r--CMakeLists.txt2
-rw-r--r--extra/poetry/pyproject.toml2
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--library.json2
-rw-r--r--pb.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3bad8cb..4f1853d 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.6)
+set(nanopb_VERSION_STRING nanopb-0.3.9.7)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})
diff --git a/extra/poetry/pyproject.toml b/extra/poetry/pyproject.toml
index b5357b0..9831fd0 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.3.9.6"
+version = "0.3.9.7"
description = "Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is especially suitable for use in microcontrollers, but fits any memory restricted system."
authors = ["Petteri Aimonen <jpa@npb.mail.kapsi.fi>"]
license = "Zlib"
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index c87ba48..b58355c 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.6"
+nanopb_version = "nanopb-0.3.9.7"
import sys
import re
diff --git a/library.json b/library.json
index ca7324e..58db1b6 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.3.9.6",
+ "version": "0.3.9.7",
"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 2ba6c63..929bfa1 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.6
+#define NANOPB_VERSION nanopb-0.3.9.7
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: