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
path: root/pb.h
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-03-02 18:35:17 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-03-02 18:35:17 +0400
commit104710b26c1c4c6aaeb71141dcf1e72e5016b046 (patch)
tree0af283ed9064c16e29ca9198f4f10b5d25a0bf09 /pb.h
parentc8e0732e6b855d831888a4f7ffeeb47b9ae0b1c0 (diff)
Setting version to 0.2.1-dev
Diffstat (limited to 'pb.h')
-rw-r--r--pb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pb.h b/pb.h
index ec9ab26..b12debe 100644
--- a/pb.h
+++ b/pb.h
@@ -6,7 +6,7 @@
* see pb_encode.h or pb_decode.h
*/
-#define NANOPB_VERSION nanopb-0.2.0
+#define NANOPB_VERSION nanopb-0.2.1-dev
#include <stdint.h>
#include <stddef.h>