diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-07 16:44:41 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-07 16:44:41 +0200 |
commit | 935a26ab1cd2982e2478ac6f9b8decf7deb5fe5b (patch) | |
tree | e5026ad6fa4a3bc935fa25c3c47bd175f39c3a52 /pb.h | |
parent | d7af99434a15a508dc909ba053115fb112b0a247 (diff) |
Publishing nanopb-0.2.4
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.4-dev +#define NANOPB_VERSION nanopb-0.2.4 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |