diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-08-18 22:11:38 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-08-18 22:11:38 +0300 |
commit | 81cf30034b420cc6fbd769b172a13f7e57796b7b (patch) | |
tree | 117f93f0052b971396d408f83907fef4bf86b671 /pb.h | |
parent | dd726985086f85734fc674a6aaa227cd9c23d1ef (diff) |
Publishing nanopb-0.2.2
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.2-dev +#define NANOPB_VERSION nanopb-0.2.2 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |