From d1b9292df9c0a85777141c5c9865352a13899e21 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 8 Jan 2006 16:36:07 +0000 Subject: [PATCH] Bumped to 2.0.0 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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