From 39ec9025bb86fba4fc6541cf350114e02fe1bab3 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 22 Feb 2011 18:44:17 +0000 Subject: [PATCH] new version --- configure.in | 2 +- src/global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 18d11d77..d4111359 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,3.1.2cvs) +AM_INIT_AUTOMAKE(llcon,3.1.2) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index e5d20795..2bce1dac 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 "3.1.2cvs" +#define VERSION "3.1.2" #define APP_NAME "llcon" // file name for logging file