diff --git a/Gemfile.lock b/Gemfile.lock index 983f9da..486ce9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rscons (1.9.1) + rscons (1.9.2) json (~> 1.0) GEM @@ -48,4 +48,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.10.4 + 1.10.6 diff --git a/README.md b/README.md index 785b436..e00492a 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,10 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.9.2 + +- allow phony targets in conjunction with build roots + ### v1.9.1 - change *SUFFIX defaults to arrays diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index c08554b..a874225 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.9.1" + VERSION = "1.9.2" end