From a8c4caed3261c3f35fc0e3cce09ac3fb77813a02 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 19 May 2025 20:12:06 +0200 Subject: [PATCH] Change to version 3.67 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c3bd20c0c274fb408f911ead2e8913b52723efae Author: vanhofen Date: 2025-05-19 (Mon, 19 May 2025) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 95e563383..d1bbb78bf 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, 66) +define(ver_minor, 67) # ver_micro counts commits since last tag define(ver_micro, m4_esyscmd([ GITTAG=$(git tag -l "NI-*" | tail -n1);