summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-08 01:32:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-08 01:32:36 +0000
commitecc83033ba33c15e1dc0602ee524e163d42a7fd4 (patch)
treec41a71d4091e851f2ac18726c5ad1c00affe374a /version.h
parenta41eedddd3226e21a0855f90b7c4efd995245ee1 (diff)
* ruby.c (set_option_encoding_once): dry.
* ruby.c (proc_options): checks extra argument for -E/--encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20575 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 99ca24ad14..d60f6efa54 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.9.1"
-#define RUBY_RELEASE_DATE "2008-12-07"
+#define RUBY_RELEASE_DATE "2008-12-08"
#define RUBY_VERSION_CODE 191
-#define RUBY_RELEASE_CODE 20081207
+#define RUBY_RELEASE_CODE 20081208
#define RUBY_PATCHLEVEL 5000
#define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2008
#define RUBY_RELEASE_MONTH 12
-#define RUBY_RELEASE_DAY 7
+#define RUBY_RELEASE_DAY 8
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];