summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-25 01:46:13 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-25 01:46:13 +0000
commit3728b21d53bcd9309aff9494c0789367cab319e9 (patch)
tree9481acb1ce9dc55f3916c0830d30814d2ab75127 /version.h
parent0af71966be8368889bad6cd36e3113d6fe027d96 (diff)
r11585@ruby: shyouhei | 2007-01-25 10:32:12 +0900
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fix regexp font-lock bug. [ruby-talk:235758] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.h b/version.h
index 07d3e15e40..67db66c2f7 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.5"
-#define RUBY_RELEASE_DATE "2007-01-14"
+#define RUBY_RELEASE_DATE "2007-01-24"
#define RUBY_VERSION_CODE 185
-#define RUBY_RELEASE_CODE 20070114
-#define RUBY_PATCHLEVEL 15
+#define RUBY_RELEASE_CODE 20070124
+#define RUBY_PATCHLEVEL 16
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 5
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 1
-#define RUBY_RELEASE_DAY 14
+#define RUBY_RELEASE_DAY 24
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];