Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jan 10, 2011
1 parent 0a76cc9 commit 0cc4cb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
=== (In Git)
=== 0.4.0 / 2011-01-10

* Enhancements:
* Provides convenience gem for 3rd parties.
* Provides access to readline line_buffer (to support Bond).
* Initial support for gemification of the library.
* Reduce keyboard input delay to kill sluggishness.
Expand Down
2 changes: 1 addition & 1 deletion lib/rbreadline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module RbReadline

RL_LIBRARY_VERSION = "5.2"
RL_READLINE_VERSION = 0x0502
RB_READLINE_VERSION = "0.3.0"
RB_READLINE_VERSION = "0.4.0"

EOF = "\xFF"
ESC = "\C-["
Expand Down

0 comments on commit 0cc4cb3

Please sign in to comment.