This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=230cdb094948f3715f35397ccb78778c0eff44b1 The branch, master has been updated via 230cdb094948f3715f35397ccb78778c0eff44b1 (commit) from 0310edff07492f644fd00e6bbd9c249ab42c7910 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 230cdb094948f3715f35397ccb78778c0eff44b1 Author: Simon Josefsson <[email protected]> Date: Tue Dec 14 14:29:29 2010 +0100 Bump versions. ----------------------------------------------------------------------- Summary of changes: lib/src/gsasl.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h index 354e33c..5631b8c 100644 --- a/lib/src/gsasl.h +++ b/lib/src/gsasl.h @@ -51,7 +51,7 @@ extern "C" * version number. Used together with gsasl_check_version() to * verify header file and run-time library consistency. */ -# define GSASL_VERSION "1.6.0" +# define GSASL_VERSION "1.7.1" /** * GSASL_VERSION_MAJOR @@ -73,7 +73,7 @@ extern "C" * * Since: 1.1 */ -# define GSASL_VERSION_MINOR 6 +# define GSASL_VERSION_MINOR 7 /** * GSASL_VERSION_PATCH @@ -84,7 +84,7 @@ extern "C" * * Since: 1.1 */ -# define GSASL_VERSION_PATCH 0 +# define GSASL_VERSION_PATCH 1 /** * GSASL_VERSION_NUMBER @@ -95,7 +95,7 @@ extern "C" * * Since: 1.1 */ -# define GSASL_VERSION_NUMBER 0x010600 +# define GSASL_VERSION_NUMBER 0x010701 /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20 * characters in length, consisting of upper-case letters, digits, hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
