diff options
author | Steven Knight <knight@baldmt.com> | 2004-03-12 03:58:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-03-12 03:58:13 (GMT) |
commit | 9f7adb8f9170f87526c3c42f49e9f12ff800b4fa (patch) | |
tree | e122908bdfa2b04b40635d40960507bbc9d79194 /SConstruct | |
parent | 29c1ad410538e1ceeacb9df94fe27e9160c60e88 (diff) | |
download | SCons-9f7adb8f9170f87526c3c42f49e9f12ff800b4fa.zip SCons-9f7adb8f9170f87526c3c42f49e9f12ff800b4fa.tar.gz SCons-9f7adb8f9170f87526c3c42f49e9f12ff800b4fa.tar.bz2 |
Initialize the new branch for release.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ import sys import time project = 'scons' -default_version = '0.94' +default_version = '0.95' copyright = "Copyright (c) %s Steven Knight" % copyright_years Default('.') |