6.6.0.PRE

This commit is contained in:
Olof hagsand 2023-12-06 13:34:57 +01:00
parent d85f7c0032
commit f64c9016a1
3 changed files with 8 additions and 4 deletions

4
configure vendored
View file

@ -2812,9 +2812,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
CLIXON_VERSION_MAJOR="6"
CLIXON_VERSION_MINOR="5"
CLIXON_VERSION_MINOR="6"
CLIXON_VERSION_PATCH="0"
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
# Debug flag
# Check whether --enable-debug was given.