From 0150b98be60b1e123fa51c561a908c234b6379fe Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sat, 9 Aug 2014 22:18:24 +0300 Subject: Setting version to 0.3.0-dev --- pb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pb.h') diff --git a/pb.h b/pb.h index 210aa9fd..50a07c54 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.2.9 +#define NANOPB_VERSION nanopb-0.3.0-dev /* Include all the system headers needed by nanopb. You will need the * definitions of the following: -- cgit 1.2.3-korg