Updating version numbers

This commit is contained in:
Sebastien Ros
2013-04-15 12:05:11 -07:00
parent 20736a4ba3
commit 0fc59f805f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
AntiForgery: enabled
Author: The Orchard Team
Website: http://orchardproject.net
Version: 1.6
Version: 1.6.1
OrchardVersion: 1.4
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:

View File

@@ -35,6 +35,6 @@ using System.Security;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6")]
[assembly: AssemblyFileVersion("1.6")]
[assembly: AssemblyVersion("1.6.1")]
[assembly: AssemblyFileVersion("1.6.1")]