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>2020-11-25 15:19:36 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-11-25 15:19:36 +0300
commit2b48a361786dfb1f63d229840217a93aae064667 (patch)
tree5483fd3823bda3c30671d85a8919633f98309e1e /CMakeLists.txt
parent666f5b92e7b6904696d75ebec6df87857328b5ce (diff)
Publishing nanopb-0.4.4nanopb-0.4.40.4.4
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 ecb9a11..d672896 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.4-dev)
+set(nanopb_VERSION_STRING nanopb-0.4.4)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})