diff --git a/configure.in b/configure.in index 2b4b221..bf40000 100644 --- a/configure.in +++ b/configure.in @@ -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