diff --git a/NUS Downloader/Form1.cs b/NUS Downloader/Form1.cs index fd15f5f..ef3fce0 100644 --- a/NUS Downloader/Form1.cs +++ b/NUS Downloader/Form1.cs @@ -44,7 +44,12 @@ namespace NUS_Downloader private readonly string CURRENT_DIR = Directory.GetCurrentDirectory(); // TODO: Always remember to change version! +#if DEBUG + private static string svnversion = "$Rev$"; + private string version = String.Format("SVN {0}", ((int.Parse(svnversion.Replace("$Rev$","")))+1)); +#else private string version = "v2.0 Beta"; +#endif private static bool dsidecrypt = false; diff --git a/NUS Downloader/Latest/NUS Downloader.exe b/NUS Downloader/Latest/NUS Downloader.exe index 0e65346..2b4d40c 100644 Binary files a/NUS Downloader/Latest/NUS Downloader.exe and b/NUS Downloader/Latest/NUS Downloader.exe differ