From f525aa55b85d7186f701d74b8a62ca7151ab2e9a Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 3 Feb 2022 09:57:51 +0000 Subject: [PATCH] start new release cycle --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dc2b543..86238bd 100755 --- a/configure +++ b/configure @@ -34,7 +34,7 @@ echo "file config.log: writing..." # default settings: initialize all vars here such that nothing is # leaked from the environment except for CC, CFLAGS and LDFLAGS -VERSION=1.8 +VERSION=1.8-current CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`