From 460be0a069ce47855ec2010ffc9c8377a4e815c8 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 15 Oct 2011 18:12:40 -0500 Subject: [PATCH] change theme info lua around some, idk why we have this here --- Themes/default/Scripts/00 ThemeInfo.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Themes/default/Scripts/00 ThemeInfo.lua b/Themes/default/Scripts/00 ThemeInfo.lua index 43d87e3284..96f36a2f86 100644 --- a/Themes/default/Scripts/00 ThemeInfo.lua +++ b/Themes/default/Scripts/00 ThemeInfo.lua @@ -1,9 +1,9 @@ -- theme identification: themeInfo = { ProductCode = "SSC-501", - Name = "Turn The Page", - Version = 0.90, - Date = "20110720", - Internal = "rel 00000000-3500", - Revision = 3500, + Name = "StepMania 5 Default", + Version = 0.92, + Date = "20111015", + Internal = "rel 00000000-0000", + Revision = 3501, }