aboutsummaryrefslogtreecommitdiffstats
path: root/pb.h
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-10-29 19:15:34 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2012-10-29 19:15:34 +0200
commit08391f35eeeac9583c9ae5010e5e37ca2a5bc0a4 (patch)
treeeed6a8a096327efbfcddd089989284c1c958ca99 /pb.h
parent3aaa4ad8c290af87d9bb9e24447f9cd6f9a79eab (diff)
Add nanopb version number to generated files.
tools/set_version.sh is used to update the values. Update issue 36 Status: FixedInGit
Diffstat (limited to 'pb.h')
-rw-r--r--pb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pb.h b/pb.h
index 72b41963..cfcf6f75 100644
--- a/pb.h
+++ b/pb.h
@@ -6,6 +6,8 @@
* see pb_encode.h or pb_decode.h
*/
+#define NANOPB_VERSION nanopb-0.1.7-dev
+
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>