From 75c62d6b327a70d17a53cc6afc16c0328aa79f38 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 12 Jan 2020 13:12:23 -0600 Subject: [PATCH] update version info --- Version/VersionInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Version/VersionInfo.cs b/Version/VersionInfo.cs index b2114a1dde..8fb864f452 100644 --- a/Version/VersionInfo.cs +++ b/Version/VersionInfo.cs @@ -3,9 +3,9 @@ using System.IO; internal static class VersionInfo { // keep this updated at every major release - public const string Mainversion = "2.3.2"; // Use numbers only or the new version notification won't work - public static readonly string RELEASEDATE = "June 18, 2019"; - public static readonly bool DeveloperBuild = true; + public const string Mainversion = "2.3.3"; // Use numbers only or the new version notification won't work + public static readonly string RELEASEDATE = "January 12, 2020"; + public static readonly bool DeveloperBuild = false; public static readonly string HomePage = "http://tasvideos.org/BizHawk.html"; public static readonly string CustomBuildString;