Skip to content

Commit

Permalink
fix version strings in templates and active files to match https://ww…
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Jul 5, 2020
1 parent b317167 commit 1c20d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A new SCons checkpoint release, 2.0.0.beta.yyyymmdd, is now available
A new SCons checkpoint release, 4.1.0ayyyymmdd, is now available
on the SCons download page:

https://scons.org/pages/download.html
Expand Down
2 changes: 1 addition & 1 deletion ReleaseConfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
# 'final', the patchlevel is set to the release date. This value is
# mandatory and must be present in this file.
#version_tuple = (2, 2, 0, 'final', 0)
version_tuple = (4, 1, 0, 'dev', 0)
version_tuple = (4, 1, 0, 'a', 0)

# Python versions prior to unsupported_python_version cause a fatal error
# when that version is used. Python versions prior to deprecate_python_version
Expand Down
2 changes: 1 addition & 1 deletion template/RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A new SCons checkpoint release, 2.0.0.beta.yyyymmdd, is now available
A new SCons checkpoint release, 2.0.0ayyyymmdd, is now available
on the SCons download page:

https://scons.org/pages/download.html
Expand Down

0 comments on commit 1c20d10

Please sign in to comment.