summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-05 13:01:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-05 13:01:35 (GMT)
commit8be3602c930331f1bdfbbd86bb75116eb149ddf7 (patch)
treeee24a687e0308341d0b0181cc041e1d000a2ce22 /Source/cmVersion.cxx
parentc558899b328d8a21817e06d137ec85ab7e6c715e (diff)
downloadCMake-8be3602c930331f1bdfbbd86bb75116eb149ddf7.zip
CMake-8be3602c930331f1bdfbbd86bb75116eb149ddf7.tar.gz
CMake-8be3602c930331f1bdfbbd86bb75116eb149ddf7.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 cd0a4f1..985abf1 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-04 13:04:03 +0000";
+ std::string cver = "Date: 2006-09-05 13:01:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;