mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-16 22:59:22 +01:00
Made changes so debug builds are more obvious.
This commit is contained in:
parent
407721c9c8
commit
692bd3963b
@ -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;
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user