Update git revision in assembly version

This commit is contained in:
spherallic 2023-05-26 16:59:12 +02:00
parent 3aad6d2bb7
commit 78dc4e5c1e
2 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,7 @@ using CodeImp.DoomBuilder;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ultimate Zone Builder")]
[assembly: AssemblyDescription("SRB2 map editor, based on Ultimate Doom Builder")]
[assembly: AssemblyDescription("SRB2 UDMF map editor, based on Ultimate Doom Builder")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sonic Team Junior")]
[assembly: AssemblyProduct("Ultimate Zone Builder")]
@ -30,6 +30,5 @@ using CodeImp.DoomBuilder;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.3274")]
[assembly: AssemblyVersion("1.0.0.4108")]
[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: AssemblyHash("cbe8abb")]

View file

@ -29,5 +29,5 @@ using System.Resources;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.3274")]
[assembly: AssemblyVersion("1.0.0.4108")]
[assembly: NeutralResourcesLanguageAttribute("en")]