マージされたリビジョン540を trunk/ConsoleDataMigration/sources から取り消す:

バージョン表記を変更
........
Microバージョンを導入。特定のツールだけバージョンアップするが互換性はあるときのみ使う。

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
This commit is contained in:
N2614 2011-12-19 06:16:08 +00:00
parent 02706e3031
commit 4ab71f7b74
2 changed files with 4 additions and 3 deletions

View File

@ -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);

View File

@ -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_ */