summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-06 09:26:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-06 09:26:49 +0000
commitf24fc38ce2c2fe7ad75aef638c79a75227b0bd67 (patch)
tree53fd7dce90924ee5c8c31e4f3e6f8c76fc8e46d2
parent85af5007909f5d3a97930f298031f2a60120ce34 (diff)
downloadruby-f24fc38ce2c2fe7ad75aef638c79a75227b0bd67.tar.gz
* version.h (RUBY_{VERSION,RELEASE}_CODE): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/mvm@25674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/version.h b/version.h
index 3568a18686..e56a2cde36 100644
--- a/version.h
+++ b/version.h
@@ -1,8 +1,7 @@
-#define RUBY_VERSION "1.9.1"
+#define RUBY_VERSION "1.9.2"
#define RUBY_RELEASE_DATE "2009-11-06"
-#define RUBY_VERSION_CODE 191
-#define RUBY_RELEASE_CODE 20091106
-#define RUBY_PATCHLEVEL 5000
+#define RUBY_PATCHLEVEL -1
+#define RUBY_BRANCH_NAME "mvm"
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9