From 4de3cebeaa26af75874e6a63b6a2e911c45d3a1d Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Tue, 23 Oct 2012 14:05:32 +0000 Subject: [PATCH] Bumped version number to 2.47.0 --- trunk/LSLEditor.RES | Bin 85656 -> 86720 bytes trunk/Properties/AssemblyInfo.cs | 206 +++++++++++++++---------------- trunk/Resource/ReleaseNotes.htm | 2 +- 3 files changed, 104 insertions(+), 104 deletions(-) diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 0f7c7d1064c92f38f0cfb5552b26dbb8637c6601..02722dc6078a282f7f4236a0383214de067a21c3 100644 GIT binary patch delta 496 zcmbO+m-WC>)(rgz+keXv?zOpUWJW*hVf)a8Br0(l$6vI zg@DA84BfQMyp+tmbcN)}{n84P*C=rDJNvrC2mAW_hj_#Xhxi9fey1ouSyxek!`Cq) zJ|r~AZ?cY}A`(YQN!vfj)73A;F~rl~&qhBd(~g&m6AWyCY&ZWPXV-Wa&mdRlkoW+{ z$$^T(yzZ_c@qUhB@d5sxej$@}lq5_%fJQ|51I_TkFd)D&B*@E!ey3t?6y_Qf;^~aV;BZGj z7uO(c20v64pS)g!d$PL>zhqEqZhjdsu!>Ui5_3~i^ixuEQcHk*cz8{|tH?8XucFUn zKPAP. For example, if your KeyFile is -// located in the project directory, you would specify the AssemblyKeyFile -// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] -// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework -// documentation for more information on this. -// -[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyName("")] -[assembly: ComVisibleAttribute(false)] -[assembly: AssemblyFileVersionAttribute("2.46.0.0")] +// /** +// ******** +// * +// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden +// * The code was donated on 4/28/2010 by Alphons van der Heijden +// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. +// * In agreement with Alphons van der Heijden's wishes. +// * +// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. +// * Without his work the community would be stuck with crappy editors. +// * +// * The source code in this file ("Source Code") is provided by The LSLEditor Group +// * to you under the terms of the GNU General Public License, version 2.0 +// * ("GPL"), unless you have obtained a separate licensing agreement +// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of +// * the GPL can be found in the gplv2.txt document. +// * +// ******** +// * GPLv2 Header +// ******** +// * LSLEditor, a External editor for the LSL Language. +// * Copyright (C) 2010 The LSLEditor Group. +// +// * This program is free software; you can redistribute it and/or +// * modify it under the terms of the GNU General Public License +// * as published by the Free Software Foundation; either version 2 +// * of the License, or (at your option) any later version. +// * +// * This program is distributed in the hope that it will be useful, +// * but WITHOUT ANY WARRANTY; without even the implied warranty of +// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// * GNU General Public License for more details. +// * +// * You should have received a copy of the GNU General Public License +// * along with this program; if not, write to the Free Software +// * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******** +// * +// * The above copyright notice and this permission notice shall be included in all +// * copies or substantial portions of the Software. +// * +// ******** +// */ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// +// 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("LSL-Editor Community Edition")] +[assembly: AssemblyDescription("LSL-Editor for editing and compiling LSL scripts")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("")] +[assembly: AssemblyCopyright("2006 - 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("2.47.0.*")] + +// +// In order to sign your assembly you must specify a key to use. Refer to the +// Microsoft .NET Framework documentation for more information on assembly signing. +// +// Use the attributes below to control which key is used for signing. +// +// Notes: +// (*) If no key is specified, the assembly is not signed. +// (*) KeyName refers to a key that has been installed in the Crypto Service +// Provider (CSP) on your machine. KeyFile refers to a file which contains +// a key. +// (*) If the KeyFile and the KeyName values are both specified, the +// following processing occurs: +// (1) If the KeyName can be found in the CSP, that key is used. +// (2) If the KeyName does not exist and the KeyFile does exist, the key +// in the KeyFile is installed into the CSP and used. +// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. +// When specifying the KeyFile, the location of the KeyFile should be +// relative to the project output directory which is +// %Project Directory%\obj\. For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +//[assembly: AssemblyKeyName("")] +[assembly: ComVisibleAttribute(false)] +[assembly: AssemblyFileVersionAttribute("2.47.0.0")] diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 5731f35..11c5dc9 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -8,7 +8,7 @@
-

2012-05-00 - Release 2.4x.x

+

2012-10-00 - Release 2.47.x

* Added Path-finding constants: