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>2023-11-11 10:55:45 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-11-11 10:55:45 +0300
commit6cfe48d6f1593f8fa5c0f90437f5e6522587745e (patch)
tree0197a003666f5fd44eb73d565aabe24ef8e11543 /CMakeLists.txt
parentf2284796f4838c2806865b816c9a9adfe424c8ab (diff)
Publishing nanopb-0.4.8nanopb-0.4.80.4.8
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 473a77c..273a841 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
project(nanopb C)
-set(nanopb_VERSION_STRING nanopb-0.4.8-dev)
+set(nanopb_VERSION_STRING nanopb-0.4.8)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})