Updating version numbers

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-02-29 11:29:55 -08:00
parent 24bc6c7c16
commit e5a5decf7b
103 changed files with 203 additions and 203 deletions

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled
Author: The Orchard Team
Website: http://orchardproject.net
Version: 1.3.0
OrchardVersion: 1.3.0
Version: 1.4.0
OrchardVersion: 1.4.0
Description: The search module enables the management of the search index and provides the front-end searching user interface.
FeatureDescription: Standard interface to Orchard's built-in search.
Category: Search

View File

@@ -30,6 +30,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.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: SecurityTransparent]