diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2017-03-05 18:28:23 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2017-03-05 18:28:23 +0200 |
commit | cc74b9f200176edc5524aa00ba45fa90a5e87d27 (patch) | |
tree | 6409622818056e2ece7967a58f55c6726a625160 /pb.h | |
parent | 6a24679f105d002c7f7ca1c2c063e07b23dca84f (diff) |
Publishing nanopb-0.3.8
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.8-dev +#define NANOPB_VERSION nanopb-0.3.8 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |