Bumped to 2.0.0

This commit is contained in:
Jesse van den Kieboom 2006-01-08 16:36:07 +00:00
parent ffccfd865d
commit d1b9292df9
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_INIT(configure.in)
AM_INIT_AUTOMAKE(gnoemoe, 0.9.1)
AM_INIT_AUTOMAKE(gnoemoe, 2.0.0)
AC_CONFIG_SRCDIR(gnoemoe/gm-app.c)
AC_DEFINE_UNQUOTED(IVERSION, "091", "this is used for internal representation of the version")
AC_DEFINE_UNQUOTED(IVERSION, "200", "this is used for internal representation of the version")
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE