summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-01 01:06:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-01 01:06:31 (GMT)
commitd236641aafd80d6ff8a0973d2724686b38c0e57f (patch)
tree94f71465a88c806147667eab15f7ec7ee2e43133 /Source
parentd65aaebf926d5f81dae0d901553d10698836d7cf (diff)
downloadCMake-d236641aafd80d6ff8a0973d2724686b38c0e57f.zip
CMake-d236641aafd80d6ff8a0973d2724686b38c0e57f.tar.gz
CMake-d236641aafd80d6ff8a0973d2724686b38c0e57f.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 016cdff..f2f58d0 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: 2007-06-29 20:29:40 +0000";
+ std::string cver = "Date: 2007-07-01 01:06:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;