diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-10-30 07:30:49 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-10-30 07:30:49 +0200 |
commit | 60d8ba229b58f07fdefc31e2756402cc74cede5f (patch) | |
tree | 13adc09bb3a910fdfc322f94e68f40345dfaa7ba /pb.h | |
parent | 5105b251305ea3f20d0bc36c915488ba9fb3c93f (diff) |
Publishing nanopb-0.3.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.3.7-dev +#define NANOPB_VERSION nanopb-0.3.7 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |