From 835ba8f13a530c224352925d85a1850c59a9dcb7 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Mon, 6 Feb 2006 18:47:04 +0000 Subject: [PATCH] Version changed --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 451dad4..ae1052e 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.2, http://www.icecrew.nl/software/gnoemoe) +AC_INIT(gnoemoe, 2.0.3, http://www.icecrew.nl/software/gnoemoe) AC_CONFIG_SRCDIR(gnoemoe/gm-app.c) -AC_DEFINE_UNQUOTED(IVERSION, "202", "this is used for internal representation of the version") +AC_DEFINE_UNQUOTED(IVERSION, "203", "this is used for internal representation of the version") AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)