Change to version 3.66

Origin commit data
------------------
Commit: cecf7036af
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
This commit is contained in:
vanhofen
2023-03-07 23:20:44 +01:00
parent f33cf058bd
commit a7ecc1e43d

View File

@@ -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);