From 492af91b383d3173a95b6be46d878c474c97e48c Mon Sep 17 00:00:00 2001 From: Andreas Goetz Date: Sun, 20 Oct 2024 12:12:19 -0700 Subject: [PATCH] Fix version number in configure script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 54d001ce..3116b8ce 100755 --- a/configure +++ b/configure @@ -19,7 +19,7 @@ # !---------------------------------------------------------------------! # ! Set version ! # !---------------------------------------------------------------------! -QUICK_VERSION='QUICK-22.03' +QUICK_VERSION='QUICK-24.03' QUICK_HOME=`pwd` cdate=`date +'%m/%d/%Y'` ctime=`date +'%r'`