From 4ab71f7b745384439893df6e997da1c73e97a2c4 Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 19 Dec 2011 06:16:08 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=B8=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=9F=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7=E3=83=B3540?= =?UTF-8?q?=E3=82=92=20trunk/ConsoleDataMigration/sources=20=E3=81=8B?= =?UTF-8?q?=E3=82=89=E5=8F=96=E3=82=8A=E6=B6=88=E3=81=99:=20=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E8=A1=A8=E8=A8=98=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=20........=20Micro=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E5=B0=8E=E5=85=A5=E3=80=82?= =?UTF-8?q?=E7=89=B9=E5=AE=9A=E3=81=AE=E3=83=84=E3=83=BC=E3=83=AB=E3=81=A0?= =?UTF-8?q?=E3=81=91=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=81=99=E3=82=8B=E3=81=8C=E4=BA=92=E6=8F=9B?= =?UTF-8?q?=E6=80=A7=E3=81=AF=E3=81=82=E3=82=8B=E3=81=A8=E3=81=8D=E3=81=AE?= =?UTF-8?q?=E3=81=BF=E4=BD=BF=E3=81=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@541 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp | 4 ++-- trunk/ConsoleDataMigration/sources/common/version.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp b/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp index 8256841..62d0a6a 100644 --- a/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp +++ b/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp @@ -169,8 +169,8 @@ void DrawSystemState renderSystem.SetFontSize(fontwidth); // ツール名、ハイライト - renderSystem.DrawText(0, line++ * fontheight, "%s %s-%s", toolName, CONSOLE_REPAIR_VERSION_MAJOR, - CONSOLE_REPAIR_VERSION_MINOR); + renderSystem.DrawText(0, line++ * fontheight, "%s %s-%s-%s", toolName, CONSOLE_REPAIR_VERSION_MAJOR, + CONSOLE_REPAIR_VERSION_MINOR, CONSOLE_REPAIR_VERSION_MICRO); renderSystem.SetColor(titleColor.r, titleColor.g, titleColor.b); renderSystem.FillRectangle(0, (line - 1) * fontheight, 400, fontheight); renderSystem.SetColor(1.f, 1.f, 1.f); diff --git a/trunk/ConsoleDataMigration/sources/common/version.h b/trunk/ConsoleDataMigration/sources/common/version.h index be8f302..2e2c72d 100644 --- a/trunk/ConsoleDataMigration/sources/common/version.h +++ b/trunk/ConsoleDataMigration/sources/common/version.h @@ -17,6 +17,7 @@ #define VERSION_H_ #define CONSOLE_REPAIR_VERSION_MAJOR "2" -#define CONSOLE_REPAIR_VERSION_MINOR "2" +#define CONSOLE_REPAIR_VERSION_MINOR "1" +#define CONSOLE_REPAIR_VERSION_MICRO "1" #endif /* VERSION_H_ */