mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
マージされたリビジョン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:
parent
02706e3031
commit
4ab71f7b74
@ -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);
|
||||
|
||||
@ -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_ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user