diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-01-24 17:40:42 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-01-24 17:40:42 +0200 |
commit | 5aa8207ab1acf3b614b528b3d84e60d9266d35ae (patch) | |
tree | 116791b0eba59efc131b5a0d0c0f8db3bc1d4e5e /pb.h | |
parent | acd72917912aa99e9751766ec90e2d2156639a60 (diff) |
Setting version to nanopb-0.3.3-dev
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.3.2 +#define NANOPB_VERSION nanopb-0.3.3-dev /* Include all the system headers needed by nanopb. You will need the * definitions of the following: |