From 5b86359f588cdb0ac18d35503f2194402cd36ee8 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 31 May 2021 16:22:24 +0200 Subject: [PATCH] update 3.60 -> 3.65 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/5632775bcfdef62e53d2dcb08e748f90319613c5 Author: vanhofen Date: 2021-05-31 (Mon, 31 May 2021) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fa978d244..996b3c2cb 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, 60) +define(ver_minor, 65) # ver_micro counts commits since last tag define(ver_micro, m4_esyscmd([ GITTAG=$(git tag -l "NI-*" | tail -n1);