summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-04-02 15:01:37 (GMT)
committerSteven Knight <knight@baldmt.com>2003-04-02 15:01:37 (GMT)
commita2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98 (patch)
tree41eecdad61fdd6d9a38fd1b44d137bc875a95262 /SConstruct
parent68a6c0c2df1455157ed2bfbbb8e19284d817480c (diff)
downloadSCons-a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98.zip
SCons-a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98.tar.gz
SCons-a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98.tar.bz2
Initialize the new branch.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2e7db34..87eafb0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -39,7 +39,7 @@ import sys
import time
project = 'scons'
-default_version = '0.13'
+default_version = '0.14'
copyright = "Copyright (c) %s Steven Knight" % copyright_years
Default('.')