Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 20, 2008
1 parent 88f13dc commit 2c78aa1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.drake
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

= Drake Changelog

== Version 0.8.2.1.0.13

* Optimized construction of computation tree.

== Version 0.8.2.1.0.12

* Handle multiple manual invocations of Task#invoke better.
Expand Down
4 changes: 2 additions & 2 deletions drake.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: drake
version: !ruby/object:Gem::Version
version: 0.8.2.1.0.12
version: 0.8.2.1.0.13
platform: ruby
authors:
- James M. Lawrence
autorequire:
bindir: bin
cert_chain: []

date: 2008-09-19 00:00:00 -04:00
date: 2008-09-20 00:00:00 -04:00
default_executable: drake
dependencies: []

Expand Down
2 changes: 1 addition & 1 deletion lib/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# as a library via a require statement, but it can be distributed
# independently as an application.

RAKEVERSION = '0.8.2.1.0.12'
RAKEVERSION = '0.8.2.1.0.13'

require 'rbconfig'
require 'fileutils'
Expand Down

0 comments on commit 2c78aa1

Please sign in to comment.