Fixing Orchard.Web version number

This commit is contained in:
Sebastien Ros
2012-07-18 15:22:38 -07:00
parent 527424c670
commit bc10615fba

View File

@@ -34,6 +34,6 @@ using System.Security;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.2")]
[assembly: AssemblyFileVersion("1.4.2")]
[assembly: AssemblyVersion("1.5")]
[assembly: AssemblyFileVersion("1.5")]