aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-25 16:35:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-25 16:35:51 +0000
commit006e347fc0b87e07833db6f4c0fb76081c24dbca (patch)
tree847c775d44a6fceecedad7f3691c44a944a92a97 /version.h
parent27425e77a31c2ccf178163e7882b24699665b7c9 (diff)
downloadruby-006e347fc0b87e07833db6f4c0fb76081c24dbca.tar.gz
version.h (RUBY_VERSION): 2.5.0 development has started.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 60a09d750e..2d4393b36d 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
-#define RUBY_VERSION "2.4.0"
+#define RUBY_VERSION "2.5.0"
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL -1