diff --git a/configure.in b/configure.in index 64c9d7ee..2b1d353e 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.0.2) +AM_INIT_AUTOMAKE(llcon,3.0.3cvs) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index acf7a583..eeb6eaa5 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.0.2" +#define VERSION "3.0.3cvs" #define APP_NAME "llcon" // file name for logging file