summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-31 05:26:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-31 05:26:24 +0000
commit64889f2e202e7e152fbff97183e7111bb0977688 (patch)
tree06f7ad586549dc663fadd74e12ed86acf9b1fef9 /version.h
parent4487101681fe8597bb72cc1bed41a8a1f10a68bf (diff)
* parse.y (yycompile): always store copy of filename.
* parse.y (rb_compile_file): no longer need to strdup() here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 ed5cd1a9b7..ea555cffd2 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.6.6"
-#define RUBY_RELEASE_DATE "2001-12-30"
+#define RUBY_RELEASE_DATE "2001-12-31"
#define RUBY_VERSION_CODE 166
-#define RUBY_RELEASE_CODE 20011230
+#define RUBY_RELEASE_CODE 20011231