summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-12 08:29:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-12 08:29:30 (GMT)
commit97eceffa232f615f7352e871ff35c2de0f498db4 (patch)
treeafc8e2484974f9d55bfe82dd8e15bf9df778177e /Source
parent179579bed7aa3e1d6894e0f8399e9a53ca450112 (diff)
downloadCMake-97eceffa232f615f7352e871ff35c2de0f498db4.zip
CMake-97eceffa232f615f7352e871ff35c2de0f498db4.tar.gz
CMake-97eceffa232f615f7352e871ff35c2de0f498db4.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 2075820..6d15dbb 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2006-12-11 08:20:51 +0000";
+ std::string cver = "Date: 2006-12-12 08:29:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;