summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-25 13:45:17 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-25 13:45:17 +0000
commit3a0471faa0d383392ba05b3a6409b973b7b009d1 (patch)
tree2d9ca99041177308a269a3b5b815282303352a99 /version.h
parent8cfbaf943efc0a533d0e6e6848951aecc262a9ff (diff)
version.h (RUBY_VERSION): 2.7.0 development has started.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66555 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 75789b9938..1129d6f287 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
-#define RUBY_VERSION "2.6.0"
+#define RUBY_VERSION "2.7.0"
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL -1