From 329cf6e31f42ea9a920cf5d5246fe4591a1dde59 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 16 Mar 2010 16:21:12 +0000 Subject: [PATCH] prepare for next release 3.1.0 --- configure.in | 2 +- src/global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4906a11f..7e161872 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.0cvs) +AM_INIT_AUTOMAKE(llcon,3.1.0) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 19fc4e1a..2662ea5a 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.0cvs" +#define VERSION "3.1.0" #define APP_NAME "llcon" // file name for logging file