diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-05-20 19:34:28 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2014-05-20 19:35:00 +0300 |
commit | 916bcb3643b257ab2cb2cbc6a74da2c0cb74d275 (patch) | |
tree | 23d30a8e67bf6f0bb13cc144f0d3d9df02fb15bd /pb.h | |
parent | 9cf788de5463e42aaf8a24ac35a3541fdaf8c517 (diff) |
Publishing nanopb-0.2.8
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.2.8-dev +#define NANOPB_VERSION nanopb-0.2.8 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |