New release

This commit is contained in:
Jaex 2015-03-10 23:59:32 +02:00
parent c076b426a6
commit b41597dbc0
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ private enum SetupType
Beta // Build setup + upload it using "Debug/ShareX.exe"
}
private const SetupType Setup = SetupType.Beta;
private const SetupType Setup = SetupType.Stable;
private static string parentDir = @"..\..\..\";
private static string binDir = Path.Combine(parentDir, @"ShareX\bin");

View file

@ -39,7 +39,7 @@ namespace ShareX
{
internal static class Program
{
public static bool IsBeta = true;
public static bool IsBeta = false;
public static string Title
{

View file

@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("82E6AC09-0FEF-4390-AD9F-0DD3F5561EFC")]
[assembly: AssemblyVersion("9.7.1")]
[assembly: AssemblyFileVersion("9.7.1")]
[assembly: AssemblyVersion("9.8.0")]
[assembly: AssemblyFileVersion("9.8.0")]