From cc74b9f200176edc5524aa00ba45fa90a5e87d27 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 5 Mar 2017 18:28:23 +0200 Subject: Publishing nanopb-0.3.8 --- pb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pb.h') diff --git a/pb.h b/pb.h index a3001bad..bf05a63c 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.8-dev +#define NANOPB_VERSION nanopb-0.3.8 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: -- cgit