Clixon 7.0.0

This commit is contained in:
Olof hagsand 2024-03-07 21:02:51 +01:00
parent 6b8f7754b8
commit 28050f44f8
7 changed files with 21 additions and 17 deletions

6
configure vendored
View file

@ -2811,10 +2811,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# where autotool scripts are: install-sh, config.sub, config.guess
CLIXON_VERSION_MAJOR="6"
CLIXON_VERSION_MINOR="6"
CLIXON_VERSION_MAJOR="7"
CLIXON_VERSION_MINOR="0"
CLIXON_VERSION_PATCH="0"
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
# Debug flag
# Check whether --enable-debug was given.