diff --git a/build/systemMenu_RED/DSHashTable/DSHashTableAdHoc.bin b/build/systemMenu_RED/DSHashTable/DSHashTableAdHoc.bin index 4f9514b7..8c91615d 100644 Binary files a/build/systemMenu_RED/DSHashTable/DSHashTableAdHoc.bin and b/build/systemMenu_RED/DSHashTable/DSHashTableAdHoc.bin differ diff --git a/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable b/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable index f5f58aee..7753c215 100644 --- a/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable +++ b/build/systemMenu_RED/DSHashTable/commondefs.DSHashTable @@ -11,9 +11,9 @@ # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. # -# $Date:: -# $Rev: -# $Author: +# $Date:: +# $Rev: +# $Author: #---------------------------------------------------------------------------- DS_HASH_TABLE_TITLE_NAME := DSHashTable @@ -36,7 +36,7 @@ DS_HASH_TABLE_EX_VERSION := $(shell perl -e 'open IN, "$(DS_HASH_TABLE_E #DS_HASH_TABLE_MAJOR_VERSION := $(shell expr $(DS_HASH_TABLE_VERSION) / 256) #DS_HASH_TABLE_MINOR_VERSION := $(shell expr $(DS_HASH_TABLE_VERSION) % 256) -DS_HASH_TABLE_MAJOR_VERSION := 2 +DS_HASH_TABLE_MAJOR_VERSION := 3 DS_HASH_TABLE_MINOR_VERSION := 0 DS_HASH_TABLE_MAKETAD_OPTION := -s -d $(DS_HASH_TABLE_TITLE_ID) $(DS_HASH_TABLE_GROUP_ID) $(DS_HASH_TABLE_MAJOR_VERSION) $(DS_HASH_TABLE_TITLE_NAME) \