Changed version

This commit is contained in:
Jesse van den Kieboom 2006-03-24 13:43:26 +00:00
parent bf7eea47e3
commit 047b37c00b
1 changed files with 2 additions and 2 deletions

View File

@ -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)