Skip to content

Commit

Permalink
Version bump to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 26, 2012
1 parent 718a383 commit 8ee938b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 1.1.1 / 2012-11-26

Bugfixes:

* Correctly name suppression files for REE.


=== 1.1.0 / 2012-09-26

* Valgrind suppressions can be generated with `rake test:valgrind:suppression`
Expand Down
2 changes: 1 addition & 1 deletion lib/hoe/debugging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Hoe #:nodoc:
# * <tt>test:valgrind:mem0</tt>

module Debugging
VERSION = "1.1.0" #:nodoc:
VERSION = "1.1.1" #:nodoc:

##
# Optional: Used to add flags to GDB. [default: <tt>[]</tt>]
Expand Down

0 comments on commit 8ee938b

Please sign in to comment.