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)