Fixed: Yang xpath statements containing prefixes stopped working due to namespace context updates
This commit is contained in:
parent
e8ae628d06
commit
6384fb89f1
4 changed files with 20 additions and 5 deletions
|
|
@ -44,8 +44,8 @@ AC_INIT(lib/clixon/clixon.h.in)
|
|||
|
||||
CLIXON_VERSION_MAJOR="4"
|
||||
CLIXON_VERSION_MINOR="3"
|
||||
CLIXON_VERSION_PATCH="0"
|
||||
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}\""
|
||||
CLIXON_VERSION_PATCH="1"
|
||||
CLIXON_VERSION="\"${CLIXON_VERSION_MAJOR}.${CLIXON_VERSION_MINOR}.${CLIXON_VERSION_PATCH}.PRE\""
|
||||
|
||||
# Check CLIgen
|
||||
if test "$prefix" = "NONE"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue