From b947dc6e2c0d63a29e83ebf9c8af450d2531aef2 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Thu, 11 Sep 2014 19:36:14 +0300 Subject: [PATCH] Publishing nanopb-0.3.1 --- generator/nanopb_generator.py | 2 +- pb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/nanopb_generator.py b/generator/nanopb_generator.py index 9ffed03a..b9cfcc3d 100755 --- a/generator/nanopb_generator.py +++ b/generator/nanopb_generator.py @@ -1,7 +1,7 @@ #!/usr/bin/python '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.''' -nanopb_version = "nanopb-0.3.1-dev" +nanopb_version = "nanopb-0.3.1" import sys diff --git a/pb.h b/pb.h index fc301479..34d14b04 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.1-dev +#define NANOPB_VERSION nanopb-0.3.1 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: -- 2.16.6