Skip to content

Commit

Permalink
CLIgen 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Apr 30, 2023
1 parent 370d8c3 commit fea669b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ ac_config_headers="$ac_config_headers cligen_config.h"
CLIGEN_VERSION_MAJOR="6"
CLIGEN_VERSION_MINOR="2"
CLIGEN_VERSION_PATCH="0"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}.PRE"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}"

{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: CLIGEN version is $CLIGEN_VERSION" >&5
printf "%s\n" "CLIGEN version is $CLIGEN_VERSION" >&6; }
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AC_SUBST(CLIGEN_VERSION_PATCH)
CLIGEN_VERSION_MAJOR="6"
CLIGEN_VERSION_MINOR="2"
CLIGEN_VERSION_PATCH="0"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}.PRE"
CLIGEN_VERSION="${CLIGEN_VERSION_MAJOR}.${CLIGEN_VERSION_MINOR}.${CLIGEN_VERSION_PATCH}"

AC_MSG_RESULT(CLIGEN version is $CLIGEN_VERSION)

Expand Down

0 comments on commit fea669b

Please sign in to comment.