diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-08-09 22:01:04 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-08-09 22:01:04 +0300 |
commit | 2f05a35b5f5ce28650db096d61d7793ee982d073 (patch) | |
tree | 527daac0e20801591ef556911c64b46c6f922733 /pb.h | |
parent | 4f76e649299828e88c300a6af9517e778c29e94e (diff) |
Publishing nanopb-0.2.9
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.9-dev +#define NANOPB_VERSION nanopb-0.2.9 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |