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-06-23 15:20:15 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-06-23 15:20:15 +0300
commite6824871fb3efca722982210cb48e1c0384cb518 (patch)
tree59c996be683593c83eb76bc7ce662433f294f7d5 /CMakeLists.txt
parentdf0e92f474f9cca704fe2b31483f0b4d1b1715a4 (diff)
Setting version to 0.4.3-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 31c86e7..c518c4a 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.2)
+set(nanopb_VERSION_STRING nanopb-0.4.3-dev)
set(nanopb_SOVERSION 0)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})