From d0ccfbc9a74dd0a77a75ac224025fc68f6a6617f Mon Sep 17 00:00:00 2001 From: "Fish (David B. Trout)" Date: Thu, 6 Jan 2022 15:54:32 -0800 Subject: [PATCH] Update configure script w/new 4.4.1 version too --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index e9127fde9..9c2c7f5a5 100755 --- a/configure +++ b/configure @@ -2783,7 +2783,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. VERS_MAJ=4 # first digit of version VERS_INT=4 # second digit of version -VERS_MIN=0 # third digit of version +VERS_MIN=1 # third digit of version +VERS_DEV=0 # flag: 1 = between releases development version + # 0 = official formal release version am__api_version='1.16'