diff --git a/CHANGELOG b/CHANGELOG index d41583b..3dad111 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.9.3 prerelease (2011.06.04): +Version 0.9.3 (2011.06.04): * added: German translation made by Moritz Beleites * added: on display tab: an option how many digits should be grouped diff --git a/src/compileconfig.h b/src/compileconfig.h index 64f6665..7ec152a 100644 --- a/src/compileconfig.h +++ b/src/compileconfig.h @@ -56,7 +56,7 @@ #define TTCALC_MAJOR_VER 0 #define TTCALC_MINOR_VER 9 #define TTCALC_REVISION_VER 3 -#define TTCALC_PRERELEASE_VER 1 +#define TTCALC_PRERELEASE_VER 0 diff --git a/src/update.cpp b/src/update.cpp index cc1e00b..c7c9e10 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2006-2010, Tomasz Sowa + * Copyright (c) 2006-2011, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/update/ttcalc_update.ini b/update/ttcalc_update.ini index dca052e..4c7a17c 100644 --- a/update/ttcalc_update.ini +++ b/update/ttcalc_update.ini @@ -1,19 +1,18 @@ # this file is downloaded from a webserver during checking for an update [normal] -url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.9.2/ttcalc-0.9.2-setup.exe -filename = ttcalc-0.9.2-setup.exe +url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.9.3/ttcalc-0.9.3-setup.exe +filename = ttcalc-0.9.3-setup.exe version.major = 0 version.minor = 9 -version.revision = 2 +version.revision = 3 version.prerelease = 0 [portable] -url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.9.2/ttcalc-portable-0.9.2-bin.tar.gz -filename = ttcalc-portable-0.9.2-bin.tar.gz +url = http://downloads.sourceforge.net/project/ttcalc/ttcalc/ttcalc-0.9.3/ttcalc-portable-0.9.3-bin.zip +filename = ttcalc-portable-0.9.3-bin.zip version.major = 0 version.minor = 9 -version.revision = 2 +version.revision = 3 version.prerelease = 0 -