mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 19:02:12 +00:00
Update git revision in assembly version
This commit is contained in:
parent
3aad6d2bb7
commit
78dc4e5c1e
2 changed files with 3 additions and 4 deletions
|
@ -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")]
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue