From cce4a9ec216ce05c15995775059b2a6b7b2e290b Mon Sep 17 00:00:00 2001 From: Gregory Smith Date: Sun, 29 Jul 2018 21:26:20 -0400 Subject: [PATCH] update version number to 1.4.4 --- Assembly.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assembly.cs b/Assembly.cs index cdb2f38..7fbe3e9 100644 --- a/Assembly.cs +++ b/Assembly.cs @@ -1,6 +1,6 @@ using System.Reflection; -[assembly:AssemblyVersionAttribute ("1.4.3.0")] +[assembly:AssemblyVersionAttribute ("1.4.4.0")] [assembly:AssemblyTitleAttribute ("Weland")] [assembly:AssemblyDescriptionAttribute ("Marathon Map Editor")] -[assembly:AssemblyCopyrightAttribute ("\u2117 2009-2015 Gregory Smith (GPL)")] +[assembly:AssemblyCopyrightAttribute ("\u2117 2009-2018 Gregory Smith (GPL)")]