From 5077f8a294ef48e2fbc56d7fb6fabe4a9ea3987e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Tue, 30 Aug 2011 17:33:19 +0200 Subject: [PATCH] Update release number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e25311d..b7909c5 100644 --- a/configure.ac +++ b/configure.ac @@ -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([cryptic], 1.0.0, cryptic-devel@lists.labs.libre-entreprise.org) +AC_INIT([cryptic], 1.1.1, cryptic-devel@listes.entrouvert.com) dnl Check if autoconf ver > 2.53 AC_PREREQ(2.53) AC_CONFIG_MACRO_DIR([m4])