Skip to content

Commit

Permalink
Setting version to 0.3.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
PetteriAimonen committed Oct 30, 2016
1 parent 60d8ba2 commit af601e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)

project(nanopb C)

set(nanopb_VERSION_STRING nanopb-0.3.7)
set(nanopb_VERSION_STRING nanopb-0.3.8-dev)

string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})

Expand Down
2 changes: 1 addition & 1 deletion generator/nanopb_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals

'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
nanopb_version = "nanopb-0.3.7"
nanopb_version = "nanopb-0.3.8-dev"

import sys
import re
Expand Down
2 changes: 1 addition & 1 deletion pb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
#define NANOPB_VERSION nanopb-0.3.8-dev

/* Include all the system headers needed by nanopb. You will need the
* definitions of the following:
Expand Down

0 comments on commit af601e4

Please sign in to comment.