From 3af6b6be1bbd51edadbb541390304da895d58be9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 12 Jan 2016 10:16:00 -0500 Subject: [PATCH] v1.9.2 --- Gemfile.lock | 4 ++-- README.md | 4 ++++ lib/rscons/version.rb | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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