Fixed internal version

This commit is contained in:
Jesse van den Kieboom 2005-11-15 12:06:45 +00:00
parent f97ca9825e
commit c4ff0f2521
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_INIT(configure.in)
AM_INIT_AUTOMAKE(gnoemoe, 0.9.1)
AC_CONFIG_SRCDIR(gnoemoe/gm-app.c)
AC_DEFINE_UNQUOTED(IVERSION, "0.9.1", "this is used for internal representation of the version")
AC_DEFINE_UNQUOTED(IVERSION, "091", "this is used for internal representation of the version")
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE