Skip to content

Commit

Permalink
Bump configure version to force recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Jul 30, 2012
1 parent 35dbaf5 commit 64ade3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ end

load_configuration

unless BUILD_CONFIG[:config_version] == 160
unless BUILD_CONFIG[:config_version] == 161
STDERR.puts "Your configuration is outdated, please run ./configure first"
exit 1
end
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Configure
@libversion = "2.0"
@version = "#{@libversion}.0dev"
@release_date = "yyyy-mm-dd"
@config_version = 160
@config_version = 161

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

0 comments on commit 64ade3e

Please sign in to comment.