diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-01-01 11:11:19 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-01-01 11:20:54 +0200 |
commit | 906c8283b5995eb7b27f4958a6a6502ae0deea07 (patch) | |
tree | 107c4e73c8cbd2e5c61d63782788f0c3a8001897 /pb.h | |
parent | 4546bb92dc332ebbfb05a7517028f967b0657725 (diff) |
Publishing nanopb-0.2.5
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.2.5-dev +#define NANOPB_VERSION nanopb-0.2.5 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |