summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index ec45a9a81f..e42be2cacc 100644
--- a/version.h
+++ b/version.h
@@ -1,8 +1,8 @@
#define RUBY_VERSION "1.8.5"
-#define RUBY_RELEASE_DATE "2007-03-13"
+#define RUBY_RELEASE_DATE "2007-03-16"
#define RUBY_VERSION_CODE 185
#define RUBY_RELEASE_CODE 20070316
-#define RUBY_PATCHLEVEL 36
+#define RUBY_PATCHLEVEL 37
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8