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-05-30 20:30:35 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-05-30 20:30:35 +0300
commitafc499f9a410fc9bbf6c9c48cdd8d8b199d49eb4 (patch)
treea0e54e9fe89eb1b42ee0931bec5d39570efc6ed7 /CMakeLists.txt
parent2d48328c1919f990de6ab301fcfcae208dd398b6 (diff)
Publishing nanopb-0.4.6nanopb-0.4.60.4.6.40.4.6
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 c9cf43b..f509a91 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.6-dev)
+set(nanopb_VERSION_STRING nanopb-0.4.6)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})