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.
This commit is contained in:
Nobuyoshi Nakada 2023-04-13 11:31:25 +09:00
parent be08e1b14c
commit 3785049c9f
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -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}