diff --git a/configure.ac b/configure.ac index 24461ce2b..634908e95 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # explicit defines for separate revision handling # Keep in sync with git tags! Set tag with 'git tag NI-3.60'. define(ver_major, 3) -define(ver_minor, 65) +define(ver_minor, 66) # ver_micro counts commits since last tag define(ver_micro, m4_esyscmd([ GITTAG=$(git tag -l "NI-*" | tail -n1);