diff --git a/ShareX/Program.cs b/ShareX/Program.cs index 178de981a..e5cf0968d 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -72,7 +72,7 @@ public static string Title public static string TitleLong => $"{Title} ({Build})"; - public static bool Dev { get; } = false; + public static bool Dev { get; } = true; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool PortableApps { get; private set; } diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 265648144..e5360b52c 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -1,3 +1,28 @@ +#region License Information (GPL v3) + +/* + ShareX - A program that allows you to take screenshots and share any file type + Copyright (c) 2007-2018 ShareX Team + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + Optionally you can also view the license at . +*/ + +#endregion License Information (GPL v3) + using System.Reflection; using System.Runtime.InteropServices; @@ -5,5 +30,5 @@ [assembly: AssemblyProduct("ShareX")] [assembly: AssemblyCopyright("Copyright (c) 2007-2018 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("12.2.0")] -[assembly: AssemblyFileVersion("12.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("12.3.0")] +[assembly: AssemblyFileVersion("12.3.0")] \ No newline at end of file