summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 12:50:24 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 12:50:24 +0000
commitd274933b1371a2569f0adde526496e18891a58c4 (patch)
treec5d743994b9d619969409f13bf59a73963ec3624
parent647b968d91bea3f436b1e9df33d01070723ecb27 (diff)
* .gdbinit: follows r24470.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.gdbinit2
-rw-r--r--ChangeLog4
-rw-r--r--version.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/.gdbinit b/.gdbinit
index 986971880e..113f66a076 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,4 +1,4 @@
-if dummy_gdb_enums.special_consts
+if ruby_dummy_gdb_enums.special_consts
end
define rp
diff --git a/ChangeLog b/ChangeLog
index 16d66c66d9..42714a301f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jan 30 17:58:28 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * .gdbinit: follows r24470.
+
Mon Oct 19 05:49:53 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/rexml/element.rb (text=): false should be converted to string.
diff --git a/version.h b/version.h
index ed84d4839e..1ced905806 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.1"
-#define RUBY_PATCHLEVEL 399
+#define RUBY_PATCHLEVEL 400
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1