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>2017-09-23 14:09:02 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2017-09-23 14:09:02 +0300
commit2c4c3948a9f9e2eb573706a354b89a55cb85639f (patch)
tree22d5af38d1b0f87646909455af9ae79db972b12c
parent71ba4e68da4b3c986d454e34c4666a82fbdf4176 (diff)
Setting version to 0.4.0-dev
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xgenerator/nanopb_generator.py2
-rw-r--r--pb.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c013d37..f7dfd74 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project(nanopb C)
-set(nanopb_VERSION_STRING nanopb-0.3.9)
+set(nanopb_VERSION_STRING nanopb-0.4.0-dev)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})
diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py
index 057df40..2ce71e7 100755
--- a/generator/nanopb_generator.py
+++ b/generator/nanopb_generator.py
@@ -3,7 +3,7 @@
from __future__ import unicode_literals
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.3.9"
+nanopb_version = "nanopb-0.4.0-dev"
import sys
import re
diff --git a/pb.h b/pb.h
index 64c0b43..7e761fc 100644
--- a/pb.h
+++ b/pb.h
@@ -46,7 +46,7 @@
/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
-#define NANOPB_VERSION nanopb-0.3.9
+#define NANOPB_VERSION nanopb-0.4.0-dev
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: