summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-04 17:33:39 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-04 17:33:39 +0000
commit1f50a82b5fa43e302141addc19a2ac0e1df55e4a (patch)
tree3525962cc96d5767c0e5b7694501e65ce0d175a1
parente1dd707a81036b0204c5962d6e31a51c7945b146 (diff)
downloadruby-1f50a82b5fa43e302141addc19a2ac0e1df55e4a.tar.gz
ruby-1f50a82b5fa43e302141addc19a2ac0e1df55e4a.tar.xz
ruby-1f50a82b5fa43e302141addc19a2ac0e1df55e4a.zip
* 2005-02-05
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7886 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 96d3dd62a..daddb26f3 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.9.0"
-#define RUBY_RELEASE_DATE "2005-02-04"
+#define RUBY_RELEASE_DATE "2005-02-05"
#define RUBY_VERSION_CODE 190
-#define RUBY_RELEASE_CODE 20050204
+#define RUBY_RELEASE_CODE 20050205
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 0
#define RUBY_RELEASE_YEAR 2005
#define RUBY_RELEASE_MONTH 2
-#define RUBY_RELEASE_DAY 4
+#define RUBY_RELEASE_DAY 5
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];