summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 15:59:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 15:59:27 +0000
commit5a36a6a7582eb460a73b05590f788f8a3e26d3da (patch)
tree2504b199ff827fc86875687165984b9e4c0aa89f
parent8421d7d8781852897bd5ce8429816221f17091c1 (diff)
* 2009-03-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index ca2189b4fe..47d0e5ddb0 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.8.8"
-#define RUBY_RELEASE_DATE "2009-03-07"
+#define RUBY_RELEASE_DATE "2009-03-09"
#define RUBY_VERSION_CODE 188
-#define RUBY_RELEASE_CODE 20090307
+#define RUBY_RELEASE_CODE 20090309
#define RUBY_PATCHLEVEL -1
#define RUBY_VERSION_MAJOR 1