* Bumped version to 5.7.0_PRE

* Fixed: SEGV in cli show yang
This commit is contained in:
Olof hagsand 2022-03-14 12:13:45 +01:00
parent 60e6477be2
commit 9a88cb5f0d
7 changed files with 45 additions and 10 deletions

4
configure vendored
View file

@ -2266,9 +2266,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
CLIXON_VERSION_MAJOR="5"
CLIXON_VERSION_MINOR="6"
CLIXON_VERSION_MINOR="7"
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.