From 4f4a7dd8aaf784907712ee649b9de2beeaaf010f Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Mon, 18 May 2009 22:56:16 -0300 Subject: [PATCH] Bumped version to 0.1.2 --- lib/rbreadline.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbreadline.rb b/lib/rbreadline.rb index 1132af0..4b7b6ec 100644 --- a/lib/rbreadline.rb +++ b/lib/rbreadline.rb @@ -15,7 +15,7 @@ module RbReadline RL_LIBRARY_VERSION = "5.2" RL_READLINE_VERSION = 0x0502 - RB_READLINE_VERSION = "0.1.0" + RB_READLINE_VERSION = "0.1.2" EOF = "\xFF" ESC = "\C-["