summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-25 16:19:10 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-25 16:19:10 +0200
commitddc5b0e7085e401b1a233eef876ab20140c62a16 (patch)
treeaf4c0770bd483b983f804f7e40da284900f6d69f /configure.ac
parent4eb0e09753e93634045af53470fc68809f05940c (diff)
downloadsigc++-ddc5b0e7085e401b1a233eef876ab20140c62a16.tar.gz
Bump version to 2.2.4 and require mm-common 0.6.1
* configure.ac (AC_INIT): Increase version number to 2.2.4. (MM_PREREQ): Require mm-common 0.6.1 for the updated default location of the reference documentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 36ea217..073dfb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([libsigc++], [2.2.3],
+AC_INIT([libsigc++], [2.2.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability no-define nostdinc tar-pax])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.4])
+MM_PREREQ([0.6.1])
MM_INIT_MODULE([sigc++-2.0])
MM_CONFIG_DOCTOOL_DIR([docs])