From 5403abb94db29a98ee1cc91eb4a004e8ff6ab89f Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 11 Aug 2014 00:17:19 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E6=9B=B4=E6=96=B0?= 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@815 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ConsoleDataMigration/sources/common/version.h b/trunk/ConsoleDataMigration/sources/common/version.h index 9f2d8b8..7562e6d 100644 --- a/trunk/ConsoleDataMigration/sources/common/version.h +++ b/trunk/ConsoleDataMigration/sources/common/version.h @@ -22,10 +22,10 @@ // 同じMAJORバージョン内で互換性のない変更がある時に変更する。 // BackupとRestoreでバージョンを合わせる。 -#define CONSOLE_REPAIR_VERSION_MINOR "2" +#define CONSOLE_REPAIR_VERSION_MINOR "3" // 同じMAJORバージョン内で互換性のある変更がある時に変更する。 // Backup単体またはRestore単体のみの変更時に修正することが多い。 -#define CONSOLE_REPAIR_VERSION_MICRO "11" +#define CONSOLE_REPAIR_VERSION_MICRO "0" #endif /* VERSION_H_ */