Update version number to v2.11.

This commit is contained in:
sphere 2021-03-14 15:31:04 +01:00
parent 0efc410d58
commit 09581306be
3 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@
[Setup]
AppName=Zone Builder
AppVerName=Zone Builder 2.10
VersionInfoVersion=2.10.0.2501
AppVerName=Zone Builder v2.11
VersionInfoVersion=2.11.0.2501
AppPublisher=Sonic Team Junior
AppPublisherURL=https://www.srb2.org/
AppSupportURL=https://git.do.srb2.org/STJr/ZoneBuilder

View file

@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.10.0.2501")]
[assembly: AssemblyVersion("2.11.0.2501")]

View file

@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CodeImp, MaxED, MascaraSnake, toaster, Justburner, sphere")]
[assembly: AssemblyProduct("Doom Builder")]
[assembly: AssemblyCopyright("Copyright © 2007, 2021")]
[assembly: AssemblyCopyright("Copyright © 2007, 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.10.0.2501")]
[assembly: AssemblyVersion("2.11.0.2501")]