diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-26 11:23:59 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-09-26 11:23:59 +0300 |
commit | 47fdbaddbb26a0bcea4570796baa1a04d5f38e9c (patch) | |
tree | fa2a5a38aeabf0ecaa2ac98e4a6cb4d5135b895e /pb.h | |
parent | 5e4356ef4b5be9995f2038ba294e4c538167ac01 (diff) |
Publishing nanopb-0.3.4
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.3.4-dev +#define NANOPB_VERSION nanopb-0.3.4 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |