From 682574144e184f6b16762266f4c51de251d6b6d4 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 15 Feb 2009 11:44:47 +0000 Subject: [PATCH] new developer 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 04cc94a5..74abd290 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.4) +AM_INIT_AUTOMAKE(llcon,2.1.5cvs) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 539c2623..3574f8ce 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.4" +#define VERSION "2.1.5cvs" #define APP_NAME "llcon" // file name for logging file