update 3.60 -> 3.65

Origin commit data
------------------
Commit: 5632775bcf
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-31 (Mon, 31 May 2021)
This commit is contained in:
vanhofen
2021-05-31 16:22:24 +02:00
parent 80f6b06c7c
commit 5b86359f58

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, 60)
define(ver_minor, 65)
# ver_micro counts commits since last tag
define(ver_micro, m4_esyscmd([
GITTAG=$(git tag -l "NI-*" | tail -n1);