diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-07 20:30:42 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-04-07 20:30:42 +0300 |
commit | 6d74c66adabf4bbe62f3c72bc5bb644eebf36d42 (patch) | |
tree | 3a19d1c3b934dd263d6b9b14e9368d93cdf64ac8 /pb.h | |
parent | c998ffe1178c26b513495c9144db24e89b9cbcc3 (diff) |
Publishing nanopb-0.2.7
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2.7-dev +#define NANOPB_VERSION nanopb-0.2.7 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |