diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-02-15 16:40:38 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-02-15 16:40:38 +0200 |
commit | 7f397b067f660efe98855c80bdd2500167303737 (patch) | |
tree | 2eecc7b2310dbbc63972f8f134295cc5a4ae4bbc /pb.h | |
parent | 586777b52feae5d10d2eb2fab9b2e366a5039731 (diff) |
Publishing nanopb-0.2.6
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.6-dev +#define NANOPB_VERSION nanopb-0.2.6 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |