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>2021-03-22 17:33:21 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2021-03-22 17:33:21 +0300
commitf7e4140a27d9e63517b5d596bc117bd6d5248888 (patch)
treeec063b1cd9d133101ae6018f58d942ab2d2c4461 /CMakeLists.txt
parentb7e02785c93a995277205a02c53c45aad8aebd9c (diff)
Publishing nanopb-0.4.5
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 205af9e..d9c5e5e 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.5-dev)
+set(nanopb_VERSION_STRING nanopb-0.4.5)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})