From 047b37c00b2d14b9c0d4802c12eb954d39a122c1 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Fri, 24 Mar 2006 13:43:26 +0000 Subject: [PATCH] Changed version --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 19a97c9..9bcc474 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(gnoemoe, 2.0.4, http://www.icecrew.nl/software/gnoemoe) +AC_INIT(gnoemoe, 2.0.5, http://www.icecrew.nl/software/gnoemoe) AC_CONFIG_SRCDIR(gnoemoe/gm-app.c) -AC_DEFINE_UNQUOTED(IVERSION, "204", "this is used for internal representation of the version") +AC_DEFINE_UNQUOTED(IVERSION, "205", "this is used for internal representation of the version") AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)