Skip to content

Commit

Permalink
Bump version number to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Mar 15, 2011
1 parent 0f984da commit 6e0aa68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
require config_rb
BUILD_CONFIG = Rubinius::BUILD_CONFIG

unless BUILD_CONFIG[:config_version] == 33
unless BUILD_CONFIG[:config_version] == 34
STDERR.puts "Your configuration is outdated, please run ./configure first"
exit 1
end
Expand Down
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ class Configure

# Essential settings (modify these for creating releases)
@libversion = "1.2"
@version = "#{@libversion}.3dev"
@release_date = "yyyy-mm-dd"
@config_version = 33
@version = "#{@libversion}.3"
@release_date = "2011-03-15"
@config_version = 34

# TODO: add conditionals for platforms
if RbConfig::CONFIG["build_os"] =~ /darwin/
Expand Down

0 comments on commit 6e0aa68

Please sign in to comment.