svn commit: r1930276 - subversion/trunk/tools/dev/unix-build

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: stsp
Date: Fri Dec  5 16:23:06 2025
New Revision: 1930276

Log:
* tools/dev/unix-build/Makefile.svn: Set Python version in a way similar to
   how the Ruby version gets set. Part of the version number ends up in
   files installed by Python, and having this part of the version number
   available as a separate variable makes things easier for extensions of
   this Makefile which I am writing.

Modified:
   subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn	Fri Dec  5 15:40:45 2025	(r1930275)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn	Fri Dec  5 16:23:06 2025	(r1930276)
@@ -119,7 +119,8 @@ LIBMAGIC_VER	= 5.46
 RUBY_MAJOR_VER	= 3.4
 RUBY_VER	= $(RUBY_MAJOR_VER).7
 BZ2_VER	= 1.0.8
-PYTHON_VER	= 3.13.9
+PYTHON_MAJOR_VER= 3.13
+PYTHON_VER	= ${PYTHON_MAJOR_VER}.9
 PYTHON2_VER	= 2.7.18
 PY3C_VER	= 1.1
 JUNIT_VER	= 4.10
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.