Version changed

This commit is contained in:
Jesse van den Kieboom 2006-02-06 18:47:04 +00:00
parent 4b8b8d558b
commit 835ba8f13a
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.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)