From 783bebc2696ec7024bcc72efd4cab7bd197a586b Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 30 Jun 2009 19:18:47 +0000 Subject: [PATCH] added: Russian language to the setup changed: version of the program: 0.8.6 now git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@175 e52654a7-88a9-db11-a3e9-0013d4bc506e --- CHANGELOG | 2 +- setup/innosetup.iss | 5 +++-- src/Makefile | 1 + src/compileconfig.h | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9ad4d7b..115956b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 0.8.6 prerelease (2009.06.25): +Version 0.8.6 (2009.06.30): * added: new language: Russian translation made by: Vladimir Gladilovich diff --git a/setup/innosetup.iss b/setup/innosetup.iss index f6500fa..2ef3db1 100644 --- a/setup/innosetup.iss +++ b/setup/innosetup.iss @@ -3,8 +3,8 @@ [Setup] AppName=TTCalc -AppVerName=TTCalc 0.8.5 -AppVersion=0.8.5 +AppVerName=TTCalc 0.8.6 +AppVersion=0.8.6 AppPublisher=Tomasz Sowa AppPublisherURL=http://ttcalc.sourceforge.net AppSupportURL=http://ttcalc.sourceforge.net @@ -27,6 +27,7 @@ Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl" Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" Name: "danish"; MessagesFile: "compiler:Languages\Danish.isl" Name: "chinese"; MessagesFile: "compiler:Languages\ChineseSimp-12-5.1.11.isl" +Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" [InstallDelete] ; prior to 0.8.3 we were using mingwm10.dll (now it is not needed and will be deleted if exists) diff --git a/src/Makefile b/src/Makefile index a5947b6..a6e7a78 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,5 +38,6 @@ setup: $(setupdep) clean: rm -f *.o rm -f $(name) + rm -f ttcalcp.exe rm -f ../help/$(helpname) rm -f ../setup/$(setupname) diff --git a/src/compileconfig.h b/src/compileconfig.h index 26c1ad3..9c8af9a 100644 --- a/src/compileconfig.h +++ b/src/compileconfig.h @@ -56,7 +56,7 @@ #define TTCALC_MAJOR_VER 0 #define TTCALC_MINOR_VER 8 #define TTCALC_REVISION_VER 6 -#define TTCALC_PRERELEASE_VER 1 +#define TTCALC_PRERELEASE_VER 0