project(nanopb C)
-set(nanopb_VERSION_STRING nanopb-0.3.7)
+set(nanopb_VERSION_STRING nanopb-0.3.8-dev)
string(REPLACE "nanopb-" "" nanopb_VERSION ${nanopb_VERSION_STRING})
from __future__ import unicode_literals
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.3.7"
+nanopb_version = "nanopb-0.3.8-dev"
import sys
import re
/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
-#define NANOPB_VERSION nanopb-0.3.7
+#define NANOPB_VERSION nanopb-0.3.8-dev
/* Include all the system headers needed by nanopb. You will need the
* definitions of the following: