Updating version numbers to 1.4.2

--HG--
branch : 1.4.x
This commit is contained in:
Sebastien Ros
2012-05-21 11:35:11 -07:00
parent 49b7215469
commit bf0f1b1b94
31 changed files with 66 additions and 66 deletions

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled
Author: The Orchard Team
Website: http://orchardproject.net
Version: 1.4.1
OrchardVersion: 1.4.1
Version: 1.4.2
OrchardVersion: 1.4.2
Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service.
Features:
Orchard.Comments:

View File

@@ -30,5 +30,5 @@ 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.1")]
[assembly: AssemblyFileVersion("1.4.1")]
[assembly: AssemblyVersion("1.4.2")]
[assembly: AssemblyFileVersion("1.4.2")]