From 56ed01fcfadc95bfad7946e51f0812a11991b52f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 5 Dec 2009 11:27:44 +0000 Subject: [PATCH] preparations for next release --- configure.in | 2 +- src/global.h | 2 +- windows/installer.nsi | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 4e51c1cc..03107ae7 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.3cvs) +AM_INIT_AUTOMAKE(llcon,3.0.3) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 619fcd59..50b18a54 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.3cvs" +#define VERSION "3.0.3" #define APP_NAME "llcon" // file name for logging file diff --git a/windows/installer.nsi b/windows/installer.nsi index bbb8d886..9b7e937b 100755 --- a/windows/installer.nsi +++ b/windows/installer.nsi @@ -4,8 +4,8 @@ !define APP_EXE "llcon.exe" !define UNINSTALL_EXE "Uninstall.exe" !define INSTALLER_NAME "llconinstaller.exe" -!define VS_REDIST_PATH "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\" -;!define VS_REDIST_PATH "C:\Programme\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\" +;!define VS_REDIST_PATH "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\" +!define VS_REDIST_PATH "C:\Programme\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\vcredist_x86\" !define VS_REDIST_EXE "vcredist_x86.exe" !define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"