From 446716dc5431baebb6e4a1a7463a24113598296a Mon Sep 17 00:00:00 2001 From: BuilderDemo7 Date: Fri, 19 Jan 2024 07:33:50 -0300 Subject: [PATCH] Update version --- Zartex2/Main.cs | 2 +- Zartex2/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Zartex2/Main.cs b/Zartex2/Main.cs index 30d9aee..fcbc4a5 100644 --- a/Zartex2/Main.cs +++ b/Zartex2/Main.cs @@ -33,7 +33,7 @@ namespace Zartex { public partial class Main : Form { - public string info_Version = "1.0.47"; // version of the tool + public string info_Version = "1.0.49"; // version of the tool //public int LuaContext = 1396790604; // "LUAS" public InspectorWidget Widget; diff --git a/Zartex2/Properties/AssemblyInfo.cs b/Zartex2/Properties/AssemblyInfo.cs index 97ed9a0..3a235cc 100644 --- a/Zartex2/Properties/AssemblyInfo.cs +++ b/Zartex2/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Zartex")] +[assembly: AssemblyTitle("Zartex 2.0")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Zartex")] +[assembly: AssemblyProduct("Zartex 2.0")] [assembly: AssemblyCopyright("Copyright (C) 2013-2020 Fireboyd78")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]