From a06a1772f3c7d7703adcad05ba10711212b1d154 Mon Sep 17 00:00:00 2001 From: ayumin Date: Fri, 6 Jan 2012 14:13:27 +0000 Subject: * include/ruby/version.h: RUBY_API_VERSION 2.0.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/ruby/version.h b/include/ruby/version.h index 458efff320..b41b64fe66 100644 --- a/include/ruby/version.h +++ b/include/ruby/version.h @@ -30,9 +30,9 @@ #define RUBY_BIRTH_DAY 24 /* API version */ -#define RUBY_API_VERSION_MAJOR 1 -#define RUBY_API_VERSION_MINOR 9 -#define RUBY_API_VERSION_TEENY 1 +#define RUBY_API_VERSION_MAJOR 2 +#define RUBY_API_VERSION_MINOR 0 +#define RUBY_API_VERSION_TEENY 0 #define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY) #ifdef RUBY_EXTERN -- cgit v1.2.3