diff --git a/README.md b/README.md index f8537d76..1f81d395 100755 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ **Links:** - [Official thread at ZDoom.org](http://forum.zdoom.org/viewtopic.php?f=3&t=32392) - [Unofficial thread at iddqd.ru](http://i.iddqd.ru/viewtopic.php?t=522) (in russian) -- [Git builds at DRDTeam.org](http://devbuilds.drdteam.org/doombuilder2-gzdb/) **This fork:** - This fork was created for maintenance of seemingly discontinued official branch: -- [Alternate official thread link](https://forum.zdoom.org/viewtopic.php?f=44&t=54957). +- [Official thread link](https://forum.zdoom.org/viewtopic.php?f=44&t=54957). +- [Git builds at DRDTeam.org](http://devbuilds.drdteam.org/gzdbbf/) More detailed info can be found in the **editor documentation** (Refmanual.chm) diff --git a/Source/Core/Properties/AssemblyInfo.cs b/Source/Core/Properties/AssemblyInfo.cs index 2e9760ff..0c24732c 100755 --- a/Source/Core/Properties/AssemblyInfo.cs +++ b/Source/Core/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ using CodeImp.DoomBuilder; // Build Number // Revision // -[assembly: AssemblyVersion("2.3.0.2951")] +[assembly: AssemblyVersion("2.3.0.2952")] [assembly: NeutralResourcesLanguageAttribute("en")] -[assembly: AssemblyHash("6f1b6c7")] +[assembly: AssemblyHash("814fdd9")] diff --git a/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs b/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs index e00b355c..2e06b14c 100755 --- a/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs +++ b/Source/Plugins/BuilderModes/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Resources; // Build Number // Revision // -[assembly: AssemblyVersion("2.3.0.2951")] +[assembly: AssemblyVersion("2.3.0.2952")] [assembly: NeutralResourcesLanguageAttribute("en")]