summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-19 11:37:03 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-19 11:37:03 +0000
commit92bd66a1ddd823a6c9b84d8a1583a42a9e925ef5 (patch)
treed055cec714788f01ec952ae4a3539cc8b16a912b /version.h
parentf85491da545cb24a302627932890be446180f64b (diff)
merges r20654 from trunk into ruby_1_9_1.
* configure.in (rb_version): greps only the line that defines version. * version.h (RUBY_VERSION_CODE, RUBY_RELEASE_CODE): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/version.h b/version.h
index 5c485e4f2c..99ba8fc0b0 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,5 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_RELEASE_DATE "2008-12-19"
-#define RUBY_VERSION_CODE 191
-#define RUBY_RELEASE_CODE 20081219
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1