Downgrade version 2.2.90 to make a pre-release

This commit is contained in:
Benjamin Dauvergne 2009-12-09 06:51:28 +00:00
parent 6dd310e68d
commit 4057bd3ef2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ dnl - Second number is the number of supported API versions where API version >
dnl first number.
dnl - Third number is the current API version implementation version number.
dnl See libtool explanations about current, age and release, later in this file.
AC_INIT([lasso], 2.3.0, lasso-devel@lists.labs.libre-entreprise.org)
AC_INIT([lasso], 2.2.90, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
AC_CONFIG_MACRO_DIR([m4])