diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-02-13 12:39:45 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2016-02-13 12:39:45 +0200 |
commit | a57831acfabef58dd00dad557cbb340f49c3f30a (patch) | |
tree | 764f73979b35069e8b2a2e1c4038d3a2207c395a /pb.h | |
parent | 6f0dfe1b3fd52c2d141fff412b70b64ebcaf5ad8 (diff) |
Publishing nanopb-0.3.5
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.5-dev +#define NANOPB_VERSION nanopb-0.3.5 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |