summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--QMTest/TestSCons.py2
-rw-r--r--SConstruct4
-rw-r--r--src/CHANGES.txt2
-rw-r--r--src/RELEASE.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index a76c8b4..4a4941d 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -44,7 +44,7 @@ from TestCommon import __all__
default_version = '1.2.0'
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009'
# In the checked-in source, the value of SConsVersion in the following
# line must remain "__ VERSION __" (without the spaces) so the built
diff --git a/SConstruct b/SConstruct
index 4b38629..0ddbf5b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,10 +6,10 @@
# When this gets changed, you must also change the copyright_years string
# in QMTest/TestSCons.py so the test scripts look for the right string.
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'December 2008'
+month_year = 'January 2009'
#
# __COPYRIGHT__
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 2e9b20f..8d1a9be 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -8,7 +8,7 @@
-RELEASE 1.X - XXX
+RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800
From Stanislav Baranov, Ted Johnson and Steven Knight:
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index b845cd6..3bcf998 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -20,7 +20,7 @@ more effectively, please sign up for the scons-users mailing list at:
-RELEASE 1.2.0 - Sat, 20 Dec 2008 22:47:29 -0800
+RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800
Please consult the CHANGES.txt file for a list of specific changes
since last release.