summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-07 16:56:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-07 16:56:59 (GMT)
commit7b6ee850a2e2506e2cfe7160a78ee5f9f1f98bdd (patch)
tree37c8dde25baca2702ff7a1438d987fc15a7b0c51 /Source/cmVersion.cxx
parent6df3783ddf977caf10235824ee4aeffe8e17f381 (diff)
downloadCMake-7b6ee850a2e2506e2cfe7160a78ee5f9f1f98bdd.zip
CMake-7b6ee850a2e2506e2cfe7160a78ee5f9f1f98bdd.tar.gz
CMake-7b6ee850a2e2506e2cfe7160a78ee5f9f1f98bdd.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 024309b..cf54dd0 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: 2005-01-05 10:13:58 +0000";
+ std::string cver = "Date: 2005-01-07 16:56:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;