Skip to content

Commit 1c20d10

Browse files
committed
fix version strings in templates and active files to match https://www.python.org/dev/peps/pep-0440/#version-scheme
1 parent b317167 commit 1c20d10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A new SCons checkpoint release, 2.0.0.beta.yyyymmdd, is now available
1+
A new SCons checkpoint release, 4.1.0ayyyymmdd, is now available
22
on the SCons download page:
33

44
https://scons.org/pages/download.html

ReleaseConfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
3232
# 'final', the patchlevel is set to the release date. This value is
3333
# mandatory and must be present in this file.
3434
#version_tuple = (2, 2, 0, 'final', 0)
35-
version_tuple = (4, 1, 0, 'dev', 0)
35+
version_tuple = (4, 1, 0, 'a', 0)
3636

3737
# Python versions prior to unsupported_python_version cause a fatal error
3838
# when that version is used. Python versions prior to deprecate_python_version

template/RELEASE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
A new SCons checkpoint release, 2.0.0.beta.yyyymmdd, is now available
1+
A new SCons checkpoint release, 2.0.0ayyyymmdd, is now available
22
on the SCons download page:
33

44
https://scons.org/pages/download.html

0 commit comments

Comments
 (0)