diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-16 20:41:45 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-09-16 20:41:45 +0300 |
commit | baf44b367f726484c315f204f1bf95ba40af86fa (patch) | |
tree | 300ee87e9f5cc7e09fab8023f18496721177ced8 /pb.h | |
parent | b947dc6e2c0d63a29e83ebf9c8af450d2531aef2 (diff) |
Set version to nanopb-0.3.2-dev
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 +#define NANOPB_VERSION nanopb-0.3.2-dev /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |