summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 16:09:53 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-13 16:09:53 +0000
commitabf352bbf3d77d8633bbb9428d3c6c9a575bdfff (patch)
tree297273dd1bdeb41eafca740d1d04237c337aa848 /version.h
parent4249cbc9c825498200c2dfe68d647bd37353d52c (diff)
downloadruby-abf352bbf3d77d8633bbb9428d3c6c9a575bdfff.tar.gz
ruby-abf352bbf3d77d8633bbb9428d3c6c9a575bdfff.tar.xz
ruby-abf352bbf3d77d8633bbb9428d3c6c9a575bdfff.zip
* re.c (rb_reg_initialize): embedded string may override encoding
of the regular expression. * re.c (rb_reg_initialize): fix encoding of regular expression if embedded string has its own encoding specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index 027c64de0..daf268fed 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2007-12-13"
+#define RUBY_RELEASE_DATE "2007-12-14"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20071213
+#define RUBY_RELEASE_CODE 20071214
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 12
-#define RUBY_RELEASE_DAY 13
+#define RUBY_RELEASE_DAY 14
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];