This commit is contained in:
Josh Holtrop 2016-01-12 10:16:00 -05:00
parent 0442b876a5
commit 3af6b6be1b
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.9.1"
VERSION = "1.9.2"
end