aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-09 01:44:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-09 01:44:56 +0000
commit0d45edc535111213abe41c52479e59609e0558c3 (patch)
tree408fa36ed4415ba9d1eaafe84985614477f99029 /Makefile.in
parent9bccfa44bda08a3bb2d1740db439e2628243d737 (diff)
downloadruby-0d45edc535111213abe41c52479e59609e0558c3.tar.gz
RUBY_PROGRAM_VERSION from RUBY_VERSION
* configure.in, win32/setup.mak: extract RUBY_PROGRAM_VERSION from RUBY_VERSION in version.h instead of RUBY_API_VERSION numbers in include/ruby/version.h, and cut it into version numbers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b50d02da56..f6b029506a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,6 +122,7 @@ BOOTSTRAPRUBY = @BOOTSTRAPRUBY@
MAJOR= @MAJOR@
MINOR= @MINOR@
TEENY= @TEENY@
+RUBY_PROGRAM_VERSION = @RUBY_PROGRAM_VERSION@
LIBRUBY_A = @LIBRUBY_A@
LIBRUBY_SO = @LIBRUBY_SO@