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-09-21 13:58:43 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-09-21 13:58:43 +0300
commit7e4472420897c96b41a4928b4a1b2271d8af23e8 (patch)
treeeb4473baaba5d03c093d3507893c81ca11c8162c /CMakeLists.txt
parent1466e6f953835b191a7f5acf0c06c941d4cd33d9 (diff)
Setting version to 0.4.4-dev
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 1baf076..ecb9a11 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.3)
+set(nanopb_VERSION_STRING nanopb-0.4.4-dev)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})