From 02e2b3643af6ae487fc605af7d984147facb2460 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Thu, 9 Jul 2015 14:47:45 +0200 Subject: [PATCH] Radegaast 2.18 --- Radegast/Properties/AssemblyInfo.cs | 6 +++--- Radegast/Properties/Resources.Designer.cs | 4 ++-- Radegast/Properties/Resources.resx | 2 +- Radegast/RadegastBuild.cs | 2 +- Radegast/radegast.nsi | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Radegast/Properties/AssemblyInfo.cs b/Radegast/Properties/AssemblyInfo.cs index a93e79a4..e17691b9 100644 --- a/Radegast/Properties/AssemblyInfo.cs +++ b/Radegast/Properties/AssemblyInfo.cs @@ -40,7 +40,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Radegast Development Team")] [assembly: AssemblyProduct("Radegast Metaverse Client")] -[assembly: AssemblyCopyright("Copyright (c) 2009-2014, Radegast Development Team")] +[assembly: AssemblyCopyright("Copyright (c) 2009-2015, Radegast Development Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -59,5 +59,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("2.16.1418.0")] -[assembly: AssemblyFileVersion("2.16.1418.0")] +[assembly: AssemblyVersion("2.18.1466.0")] +[assembly: AssemblyFileVersion("2.18.1466.0")] diff --git a/Radegast/Properties/Resources.Designer.cs b/Radegast/Properties/Resources.Designer.cs index 3304038f..f1d7e965 100644 --- a/Radegast/Properties/Resources.Designer.cs +++ b/Radegast/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -932,7 +932,7 @@ internal static string RadegastAuthor { } /// - /// Looks up a localized string similar to Radegast 2.16. + /// Looks up a localized string similar to Radegast 2.18. /// internal static string RadegastTitle { get { diff --git a/Radegast/Properties/Resources.resx b/Radegast/Properties/Resources.resx index 7ace3add..d706cd44 100644 --- a/Radegast/Properties/Resources.resx +++ b/Radegast/Properties/Resources.resx @@ -182,7 +182,7 @@ ../Resources/inv_folder_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Radegast 2.16 + Radegast 2.18 ../Resources/inv_folder_plain_closed.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/Radegast/RadegastBuild.cs b/Radegast/RadegastBuild.cs index 8a478b85..e506973c 100644 --- a/Radegast/RadegastBuild.cs +++ b/Radegast/RadegastBuild.cs @@ -1,5 +1,5 @@ // Autogenerated: run updatebuildnr.bat/sh to update namespace Radegast { - public static class RadegastBuild { public static int CurrentRev = 1456; } + public static class RadegastBuild { public static int CurrentRev = 1466; } } diff --git a/Radegast/radegast.nsi b/Radegast/radegast.nsi index 8a306f74..afa955d8 100644 --- a/Radegast/radegast.nsi +++ b/Radegast/radegast.nsi @@ -21,7 +21,7 @@ LangString LanguageCode ${LANG_ENGLISH} "en" !define MSI31_URL "http://download.microsoft.com/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe" !define APPNAME "Radegast" -!define VERSION "2.16" +!define VERSION "2.18" !define MAINEXEC "${APPNAME}.exe" !define DOTNET_VERSION "3.5" !define VOICEPACK "RadegastVoicepack-1.0.exe"