Start of 7.1.0.PRE

Fixed memleak
This commit is contained in:
Olof hagsand 2024-03-12 15:07:57 +01:00
parent 28050f44f8
commit e07fdb3089
5 changed files with 12 additions and 8 deletions

4
configure vendored
View file

@ -2812,9 +2812,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
CLIXON_VERSION_MAJOR="7"
CLIXON_VERSION_MINOR="0"
CLIXON_VERSION_MINOR="1"
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.