diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-10-29 19:15:34 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2012-10-29 19:15:34 +0200 |
commit | 08391f35eeeac9583c9ae5010e5e37ca2a5bc0a4 (patch) | |
tree | eed6a8a096327efbfcddd089989284c1c958ca99 /pb.h | |
parent | 3aaa4ad8c290af87d9bb9e24447f9cd6f9a79eab (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |