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>2019-12-20 15:54:17 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2019-12-20 15:54:17 +0300
commit70f0de9877b1ce12abc0229d5df84db6349fcbfc (patch)
treee7a0444191c60e9131822cf3435b88394ec2582e /CMakeLists.txt
parent8ae0178f4c44b676946743d40ffb269bccca3ff9 (diff)
Publishing nanopb-0.4.0nanopb-0.4.00.4.0
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 0d8f471..f93571a 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.0-dev)
+set(nanopb_VERSION_STRING nanopb-0.4.0)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})