diff --git a/trunk/ConsoleDataMigration/sources/build.sh b/trunk/ConsoleDataMigration/sources/build.sh index 1272016..9d489b3 100755 --- a/trunk/ConsoleDataMigration/sources/build.sh +++ b/trunk/ConsoleDataMigration/sources/build.sh @@ -1,5 +1,13 @@ #!/usr/bin/env bash +################################ +#ƒrƒ‹ƒh—pƒXƒNƒŠƒvƒg +################################ +# +# 1. common/version.h ‚ð•ÏX‚·‚é +# 2. ŠJ”­ŽÀ‹@—pƒrƒ‹ƒh‚Í build.sh UNFIXEDKEY +# »•iŽÀ‹@—pƒrƒ‹ƒh‚Í build.sh RELEASE + set -u set -e diff --git a/trunk/ConsoleDataMigration/sources/common/Aes_define.h b/trunk/ConsoleDataMigration/sources/common/Aes_define.h index f6efb69..b937316 100644 --- a/trunk/ConsoleDataMigration/sources/common/Aes_define.h +++ b/trunk/ConsoleDataMigration/sources/common/Aes_define.h @@ -19,12 +19,6 @@ //ãƒžã‚¹ã‚¿ãƒªãƒ³ã‚°ç”¨ãƒ“ãƒ«ãƒ‰æ™‚ã«æœ‰åйã«ã™ã‚‹ //#define USE_PROD_KEY -#ifdef NN_BUILD_RELEASE -#ifndef USE_PROD_KEY -#warning !! Using Development Key on Release Build !! -#endif -#endif - #include namespace common diff --git a/trunk/ConsoleDataMigration/sources/common/version.h b/trunk/ConsoleDataMigration/sources/common/version.h index 6717897..43da98e 100644 --- a/trunk/ConsoleDataMigration/sources/common/version.h +++ b/trunk/ConsoleDataMigration/sources/common/version.h @@ -17,8 +17,15 @@ #ifndef VERSION_H_ #define VERSION_H_ +// ãƒ„ãƒ¼ãƒ«ã®æ§‹æˆãŒå¤§å¹…ã«å¤‰æ›´ã•ã‚ŒãŸæ™‚ã«å¤‰æ›´ã™ã‚‹ã€‚ç¾åœ¨1.5NUP以下ã¯1ã€2ndNUP以é™ã¯2 #define CONSOLE_REPAIR_VERSION_MAJOR "2" + +// åŒã˜MAJORãƒãƒ¼ã‚¸ãƒ§ãƒ³å†…ã§äº’æ›æ€§ã®ãªã„変更ãŒã‚る時ã«å¤‰æ›´ã™ã‚‹ã€‚ +// Backupã¨Restoreã§ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’åˆã‚ã›ã‚‹ã€‚ #define CONSOLE_REPAIR_VERSION_MINOR "2" + +// åŒã˜MAJORãƒãƒ¼ã‚¸ãƒ§ãƒ³å†…ã§äº’æ›æ€§ã®ã‚る変更ãŒã‚る時ã«å¤‰æ›´ã™ã‚‹ã€‚ +// Backupå˜ä½“ã¾ãŸã¯Restoreå˜ä½“ã®ã¿ã®å¤‰æ›´æ™‚ã«ä¿®æ­£ã™ã‚‹ã“ã¨ãŒå¤šã„。 #define CONSOLE_REPAIR_VERSION_MICRO "4" #endif /* VERSION_H_ */