Updating copyright date

This commit is contained in:
Ima Mechanique 2013-07-13 12:36:00 +01:00
parent 3542169d5d
commit 52be06be96

View file

@ -55,7 +55,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LSL Editor")] [assembly: AssemblyProduct("LSL Editor")]
[assembly: AssemblyCopyright("2006 - 2012")] [assembly: AssemblyCopyright("2006 - 2013")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
@ -69,7 +69,8 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
//
// LSL-Editor uses the Major.Minor.Bugfix.Build format.
[assembly: AssemblyVersion("2.999.999.1")] [assembly: AssemblyVersion("2.999.999.1")]
// //