diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-11 19:36:14 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-11 19:36:14 +0300 |
commit | b947dc6e2c0d63a29e83ebf9c8af450d2531aef2 (patch) | |
tree | 7e9322a82555d6c7f9df4ffefafc0c67f79a6b29 /pb.h | |
parent | 8d7deb4952c2a9b78f62b7fdc469d319344b187b (diff) |
Publishing nanopb-0.3.1
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.1-dev +#define NANOPB_VERSION nanopb-0.3.1 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |