new version number

This commit is contained in:
Volker Fischer 2008-07-17 21:32:32 +00:00
parent 4834c79d07
commit 88a403ce66
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(src/main.cpp) AC_INIT(src/main.cpp)
AM_INIT_AUTOMAKE(llcon,2.1.0) AM_INIT_AUTOMAKE(llcon,2.1.1cvs)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

View file

@ -43,7 +43,7 @@
// version and application name (always use this version) // version and application name (always use this version)
#undef VERSION #undef VERSION
#define VERSION "2.1.0" #define VERSION "2.1.1cvs"
#define APP_NAME "llcon" #define APP_NAME "llcon"
// file name for logging file // file name for logging file