summaryrefslogtreecommitdiff
path: root/win32/setup.mak
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-02-24 11:20:40 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-02-24 13:31:53 -0500
commit97001638d96c27a662f6fa8c682c61b0599a9c3c (patch)
tree3f98ab1f110be7d5e402bd4daec4f8242686691d /win32/setup.mak
parent9bd4b2ab14eea3df392f4531887fcc1c59291d02 (diff)
Add ABI version to ruby_version tag on Windows
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5595
Diffstat (limited to 'win32/setup.mak')
-rw-r--r--win32/setup.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/setup.mak b/win32/setup.mak
index 466c1ef515..ff8003a5f0 100644
--- a/win32/setup.mak
+++ b/win32/setup.mak
@@ -195,6 +195,7 @@ echo RUBY_RELEASE_DAY = %ruby_release_day:~-2%
echo MAJOR = RUBY_VERSION_MAJOR
echo MINOR = RUBY_VERSION_MINOR
echo TEENY = RUBY_VERSION_TEENY
+echo ABI_VERSION = RUBY_ABI_VERSION
#if defined RUBY_PATCHLEVEL && RUBY_PATCHLEVEL < 0
echo RUBY_DEVEL = yes
#endif