diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-01-24 17:33:01 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-01-24 17:33:01 +0200 |
commit | acd72917912aa99e9751766ec90e2d2156639a60 (patch) | |
tree | 75286c291269bd323741ff76ba124979730943d2 /pb.h | |
parent | d32d04ba1011806fe769f95dc2a88964f1102c6c (diff) |
Publishing nanopb-0.3.2
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.2-dev +#define NANOPB_VERSION nanopb-0.3.2 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |