summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-20 13:24:22 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-20 13:24:22 +0000
commitd0551d433973f99059d76d109273c985688384f0 (patch)
treefc4e237ae087a741a50dd579bfa348819990fbc8 /version.h
parentec453fab4c5bfb3b4fa58b5e78b25f649421d9c8 (diff)
Small configure.in tweak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24214 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 6d65f2a24b..bc9635b543 100644
--- a/version.h
+++ b/version.h
@@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.6"
-#define RUBY_RELEASE_DATE "2009-06-08"
+#define RUBY_RELEASE_DATE "2009-07-20"
#define RUBY_VERSION_CODE 186
-#define RUBY_RELEASE_CODE 20090715
-#define RUBY_PATCHLEVEL 380
+#define RUBY_RELEASE_CODE 20090720
+#define RUBY_PATCHLEVEL 381
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 15
+#define RUBY_RELEASE_DAY 20
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];