diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-11-07 18:39:07 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-11-07 18:39:07 (GMT) |
commit | 536a452909dcabd96ff65307781f24a16bd941d6 (patch) | |
tree | b36b2cbf4dd3e5601546ed008f6769309c417cda /ReleaseConfig | |
parent | 546c79994c9f8ad577c5909ced7f15f95b99715d (diff) | |
download | SCons-2.4.1.zip SCons-2.4.1.tar.gz SCons-2.4.1.tar.bz2 |
updated version info via ReleaseConfig to 2.4.1 with appropriate datestamp2.4.1
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 6194438..4396248 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -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 = (2, 4, 1, 'alpha', 0) +version_tuple = (2, 4, 1) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |