summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-12 01:28:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-12 01:28:10 +0000
commit1eeeb00a0a9e3316e7ac881d5201e6601335dc12 (patch)
treea5941b0dfa76977a2da550dbd0ecb90ddf1d7fec /version.h
parent8e3bf17b03f823872e03c4af617c47390411f3b6 (diff)
* 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/trunk@20654 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 121634c131..e54698c257 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,5 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_RELEASE_DATE "2008-12-12"
-#define RUBY_VERSION_CODE 191
-#define RUBY_RELEASE_CODE 20081212
#define RUBY_PATCHLEVEL 5000
#define RUBY_VERSION_MAJOR 1