From 3785049c9f2eb1601c6e1365b9fe7cf1964352b8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 13 Apr 2023 11:31:25 +0900 Subject: Use RUBY_PROGRAM_VERSION as version in pkg-config file [ci skip] So that ABI version is not included in it even on the develepment branch. --- template/ruby.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/ruby.pc.in') diff --git a/template/ruby.pc.in b/template/ruby.pc.in index c4848805a3..6901ec2320 100644 --- a/template/ruby.pc.in +++ b/template/ruby.pc.in @@ -52,7 +52,7 @@ DLDFLAGS=@DLDFLAGS@ Name: Ruby Description: Object Oriented Script Language -Version: ${ruby_version} +Version: ${RUBY_PROGRAM_VERSION} URL: https://www.ruby-lang.org Cflags: -I${rubyarchhdrdir} -I${rubyhdrdir} Libs: ${DLDFLAGS} ${LIBRUBYARG_SHARED} ${LIBS} -- cgit v1.2.1