diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b13364..5a805930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Clixon Changelog -## 3.3.3 (Upcoming) +## 3.3.3 (25 November 2017) Thanks to Matthew Smith, Joe Loeliger at Netgate; Fredrik Pettai at SUNET for support, requests, debugging, bugfixes and proposed solutions. diff --git a/configure b/configure index 393e1104..bc5b4d79 100755 --- a/configure +++ b/configure @@ -2191,8 +2191,8 @@ _ACEOF # Bind to specific CLIgen version -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CLIXON version is ${CLIXON_VERSION}_PRE" >&5 -$as_echo "CLIXON version is ${CLIXON_VERSION}_PRE" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: CLIXON version is ${CLIXON_VERSION}" >&5 +$as_echo "CLIXON version is ${CLIXON_VERSION}" >&6; } ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do diff --git a/configure.ac b/configure.ac index 2135df41..debb57c2 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_SUBST(CLIXON_VERSION_MAJOR) AC_SUBST(CLIXON_VERSION_MINOR) AC_SUBST(CLIGEN_VERSION) # Bind to specific CLIgen version -AC_MSG_RESULT(CLIXON version is ${CLIXON_VERSION}_PRE) +AC_MSG_RESULT(CLIXON version is ${CLIXON_VERSION}) AC_CANONICAL_TARGET AC_SUBST(CC) diff --git a/doc/clixon_example_sdk.odg b/doc/clixon_example_sdk.odg index 5ad8909d..f503e21f 100644 Binary files a/doc/clixon_example_sdk.odg and b/doc/clixon_example_sdk.odg differ diff --git a/doc/clixon_example_sdk.png b/doc/clixon_example_sdk.png index ca5f91e1..18ad93a1 100644 Binary files a/doc/clixon_example_sdk.png and b/doc/clixon_example_sdk.png differ