Skip to content

Commit

Permalink
Updated version numbers to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Aug 16, 2009
1 parent 0bf5948 commit 64e9126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3,362 deletions.
4 changes: 2 additions & 2 deletions RakeFile
Expand Up @@ -7,7 +7,7 @@ include FileTest
RESULTS_DIR = "results"
DIST_DIR = 'dist'
PRODUCT = "FluentNHibernate"
COPYRIGHT = 'Copyright 2008-2009 James Gregory and contributors (Paul Batum, Andrew Stewart, Chad Myers et al). All rights reserved.';
COPYRIGHT = 'Copyright 2008-2009 James Gregory and contributors (Paul Batum, Andrew Stewart, Hudson Akridge, Stuart Childs et al). All rights reserved.';
COMMON_ASSEMBLY_INFO = 'src/CommonAssemblyInfo.cs';
CLR_VERSION = "v3.5"

Expand Down Expand Up @@ -50,7 +50,7 @@ end

def get_version
return ENV['BUILD_NUMBER'].to_s unless ENV['BUILD_NUMBER'].nil?
return "0.1.0.0"
return "1.0.0.0"
end

desc "Displays a list of tasks"
Expand Down

0 comments on commit 64e9126

Please sign in to comment.