Update version # to 0.9.0

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-12-13 21:56:39 -08:00
parent 41ac7c975b
commit 8935efc96c
94 changed files with 251 additions and 251 deletions

View File

@@ -2,8 +2,8 @@
AntiForgery: enabled
Author: The Orchard Team
Website: http://orchardproject.net
Version: 0.8.0
OrchardVersion: 0.8.0
Version: 0.9.0
OrchardVersion: 0.9.0
Description: The Orchard Blogs module is implementing basic blogging features.
Features:
Orchard.Blogs:
@@ -15,4 +15,4 @@ Features:
Name: Remote Blog Publishing
Description: Blog easier using a dedicated MetaWeblogAPI-compatible publishing tool.
Dependencies: XmlRpc, Orchard.Blogs
Category: Content Publishing
Category: Content Publishing

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("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: SecurityTransparent]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: SecurityTransparent]