From 0d45edc535111213abe41c52479e59609e0558c3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 9 Jan 2016 01:44:56 +0000 Subject: 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 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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@ -- cgit v1.2.3