diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-09-18 12:44:46 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-09-18 12:44:46 +0300 |
commit | 283a8f36cb1ad989765e0dda2071a2a15a12af10 (patch) | |
tree | 9f204b9270408e4d90faef86fe0767bd31d3ac3b /pb.h | |
parent | 8accc25710cdb0839649d7356caa8aae1212cb8b (diff) |
Publishing nanopb-0.2.3
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.3-dev +#define NANOPB_VERSION nanopb-0.2.3 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |