Add nanopb version number to generated files.

tools/set_version.sh is used to update the values.

Update issue 36
Status: FixedInGit
This commit is contained in:
Petteri Aimonen
2012-10-29 19:15:34 +02:00
parent 3aaa4ad8c2
commit 08391f35ee
3 changed files with 16 additions and 1 deletions

2
pb.h
View File

@@ -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>