(eba811de) Unstable 0.9.703.0
This commit is contained in:
@@ -35,6 +35,8 @@ public static class AssemblyInfo
|
||||
|
||||
#if DEBUG
|
||||
retVal = "Debug" + retVal;
|
||||
#elif UNSTABLE
|
||||
retVal = "Unstable" + retVal;
|
||||
#else
|
||||
retVal = "Release" + retVal;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user