From 5414dd190be69b65b9c4b95e59972da571222e4b Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 2 Jun 2010 18:43:28 +0000 Subject: [PATCH] release 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 772bc211..1b6b4e44 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.1cvs) +AM_INIT_AUTOMAKE(llcon,3.1.1) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index be84c279..80022a3d 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.1cvs" +#define VERSION "3.1.1" #define APP_NAME "llcon" // file name for logging file