From 20011c7b8dbc1c8d3b3ee4315407fa7ee58f685d Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 3 Aug 2008 10:31:37 +0000 Subject: [PATCH] new version number --- configure.in | 2 +- src/global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b152f048..b78e9be3 100755 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) AC_INIT(src/main.cpp) -AM_INIT_AUTOMAKE(llcon,2.1.1) +AM_INIT_AUTOMAKE(llcon,2.1.2cvs) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 26e1b0f3..a39045dd 100755 --- a/src/global.h +++ b/src/global.h @@ -43,7 +43,7 @@ // version and application name (always use this version) #undef VERSION -#define VERSION "2.1.1" +#define VERSION "2.1.2cvs" #define APP_NAME "llcon" // file name for logging file