Commit 6a1cb4d4 6a1cb4d4cc18b3cb0c5f4382c3381f8b6da00942 by Sergey Poznyakoff

Raise version number to 0.6.92. Raise library current interface version to 1.

1 parent b005e908
......@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils; if not, write to the Free Software Foundation,
dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
AC_INIT([GNU Mailutils], [0.6.91], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [0.6.92], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([scripts])
AC_CANONICAL_TARGET([])
......@@ -27,7 +27,7 @@ gl_USE_SYSTEM_EXTENSIONS
AC_PREREQ(2.59)
dnl Library versioning
VI_CURRENT=0
VI_CURRENT=1
VI_REVISION=0
VI_AGE=0
AC_SUBST(VI_CURRENT)
......