summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-13 11:31:25 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-04-13 11:31:34 +0900
commit3785049c9f2eb1601c6e1365b9fe7cf1964352b8 (patch)
treeda83c615af4470a2e94c726a608fa201b2742577
parentbe08e1b14c25979f8727edde70b37fc48b808cac (diff)
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.
-rw-r--r--template/ruby.pc.in2
1 files changed, 1 insertions, 1 deletions
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}