summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 09:57:09 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 09:57:09 +0000
commited0e1dea33ab5b839ee254ef70bfe3293b9cc087 (patch)
tree1cba4fc88589030e932e5bb9462190f3b98ddc8a
parent63a3507c60ef6eda3b143e26dbf68f640e1deea7 (diff)
merge revision(s) 16765:
* common.mk (SPEC_GIT_BASE): update RubySpec GIT URL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@18008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--common.mk2
-rw-r--r--version.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 12b09291d9..019925701b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 10 18:50:48 2008 Tanaka Akira <akr@fsij.org>
+
+ * common.mk (SPEC_GIT_BASE): update RubySpec GIT URL.
+
Thu Jul 10 18:46:28 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_s_extname): fix for file name with spaces.
diff --git a/common.mk b/common.mk
index 7b861f845c..50ec183ebd 100644
--- a/common.mk
+++ b/common.mk
@@ -5,7 +5,7 @@ dll: $(LIBRUBY_SO)
RUBYLIB = -
RUBYOPT = -
-SPEC_GIT_BASE = git://github.com/brixen
+SPEC_GIT_BASE = git://github.com/rubyspec
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
diff --git a/version.h b/version.h
index 1d8b961194..3a50631c26 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2008-07-10"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20080710
-#define RUBY_PATCHLEVEL 55
+#define RUBY_PATCHLEVEL 56
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8