summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-26 06:30:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-26 06:30:59 (GMT)
commit2912432cbc23a3d0584cf7abd50d293888f70bf3 (patch)
tree846eeac4b33928fa0b24bd9803b23219912caa69 /Source/cmVersion.cxx
parent1d11927f65c4044f57ce85bf7cf4b7c66aaf8b47 (diff)
downloadCMake-2912432cbc23a3d0584cf7abd50d293888f70bf3.zip
CMake-2912432cbc23a3d0584cf7abd50d293888f70bf3.tar.gz
CMake-2912432cbc23a3d0584cf7abd50d293888f70bf3.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 3df26b3..4b12538 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-09-25 06:39:16 +0000";
+ std::string cver = "Date: 2006-09-26 06:30:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;