summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-15 01:49:18 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-15 01:49:18 +0000
commit6df9cb06c99e90ce4bc870f50cd5481f1dba6999 (patch)
tree98fa0b0474e3efe6aae457dc73081a698382a1c5
parentca98a8d6c53d6402df1eea0342b9c5fe5253d392 (diff)
downloadruby-6df9cb06c99e90ce4bc870f50cd5481f1dba6999.tar.gz
ruby-6df9cb06c99e90ce4bc870f50cd5481f1dba6999.tar.xz
ruby-6df9cb06c99e90ce4bc870f50cd5481f1dba6999.zip
* 2006-06-15
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index b0f78c856..0d547c675 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.8.4"
-#define RUBY_RELEASE_DATE "2006-06-14"
+#define RUBY_RELEASE_DATE "2006-06-15"
#define RUBY_VERSION_CODE 184
-#define RUBY_RELEASE_CODE 20060614
+#define RUBY_RELEASE_CODE 20060615
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_YEAR 2006
#define RUBY_RELEASE_MONTH 6
-#define RUBY_RELEASE_DAY 14
+#define RUBY_RELEASE_DAY 15
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];