Skip to content

Commit

Permalink
Assembly version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
libardo committed Apr 18, 2014
1 parent 48c0cd2 commit c9f252f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/n2.proj
Expand Up @@ -22,7 +22,7 @@

<Examples-Folder>$(RootFolder)\examples</Examples-Folder>

<Version Condition="'$(Version)' == ''">2.6.2.2</Version>
<Version Condition="'$(Version)' == ''">2.6.3</Version>
<DeployPrefix>n2cms_$(Version)_</DeployPrefix>
<DeployFolder>$(RootFolder)\output</DeployFolder>
<TempFolder>$(RootFolder)\output\temp\</TempFolder>
Expand Down
2 changes: 1 addition & 1 deletion src/Framework/AssemblyVersion.cs
@@ -1,4 +1,4 @@
using System.Reflection;

// Version information for an assembly consists of the following four values: You can specify all the values or you can default the Revision and Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("2.6.2.2")]
[assembly: AssemblyVersion("2.6.3")]

0 comments on commit c9f252f

Please sign in to comment.