Skip to content

Commit

Permalink
Incrementing version numbers to 1.0 for RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
schambers committed Oct 9, 2010
1 parent e84fa58 commit 50589d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<property name="path.dist" value="dist" />
<property name="build.platform" value="net-3.5" />
<property name="build.config" value="release" />
<property name="major.version" value="0.9" />
<property name="major.version" value="1.0" />
<property name="complete.version" value="${major.version}.0.${build.number}" />

<target name="all" depends="generate-version build package-bin package-source package-sample" />
Expand Down
2 changes: 1 addition & 1 deletion src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyProductAttribute("FluentMigrator")]
[assembly: System.Reflection.AssemblyVersionAttribute("0.9.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright - Sean Chambers 2008-2010")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("debug")]

0 comments on commit 50589d0

Please sign in to comment.