Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-12-11 12:51:56 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-12-11 12:51:56 +0300
commitb97aa657a706d3ba4a9a6ccca7043c9d6fe41cba (patch)
tree2eb286236013d6d82f12383aa0e6fa316a78172e
parentd8965d36fa4aa08cfd6c7bb8e14ca19f6a83be5d (diff)
Publishing nanopb-0.4.7nanopb-0.4.70.4.7
-rw-r--r--CMakeLists.txt2
-rw-r--r--conanfile.py2
-rw-r--r--extra/poetry/pyproject.toml2
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--library.json2
-rw-r--r--pb.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b86d15..8d241c5 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.4.7-dev)
+set(nanopb_VERSION_STRING nanopb-0.4.7)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})
diff --git a/conanfile.py b/conanfile.py
index d2ad1b2..518f01a 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -3,7 +3,7 @@ from os import path
class NanoPbConan(ConanFile):
name = "nanopb"
- version = "0.4.7-dev"
+ version = "0.4.7"
license = "zlib"
url = "https://jpa.kapsi.fi/nanopb/"
description = "Protocol Buffers with small code size"
diff --git a/extra/poetry/pyproject.toml b/extra/poetry/pyproject.toml
index 3a41f22..82a6391 100644
--- a/extra/poetry/pyproject.toml
+++ b/extra/poetry/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nanopb"
-version = "0.4.7-dev"
+version = "0.4.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 dc39246..84372fc 100755
--- a/generator/nanopb_generator.py
+++ b/generator/nanopb_generator.py
@@ -4,7 +4,7 @@
from __future__ import unicode_literals
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.4.7-dev"
+nanopb_version = "nanopb-0.4.7"
import sys
import re
diff --git a/library.json b/library.json
index f7c44d8..c72ec9d 100644
--- a/library.json
+++ b/library.json
@@ -1,6 +1,6 @@
{
"name": "Nanopb",
- "version": "0.4.6.4",
+ "version": "0.4.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 (<10 kB ROM, <1 kB RAM) memory constraints.",
"repository": {
diff --git a/pb.h b/pb.h
index 2eee7dc..5b3e1ef 100644
--- a/pb.h
+++ b/pb.h
@@ -65,7 +65,7 @@
/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
-#define NANOPB_VERSION "nanopb-0.4.7-dev"
+#define NANOPB_VERSION "nanopb-0.4.7"
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: