screwturn-4/AssemblyVersion.cs
Dario Solera 4159171c63 Fixed and closed #452: no longer possible to delete yourself in admin panel.
Fixed and closed #453: gracefully handled inexistent username in session state.
2010-01-07 07:57:17 +00:00

20 lines
646 B
C#

using System.Reflection;
[assembly: AssemblyCompany("Dario Solera")]
[assembly: AssemblyProduct("ScrewTurn Wiki")]
[assembly: AssemblyCopyright("Copyright © Dario Solera 2006-2010")]
[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("3.0.1.452")]
[assembly: AssemblyFileVersion("3.0.1.452")]