summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-20 08:33:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-20 08:33:20 (GMT)
commitb85d7d9c66cca3f967785ed82b4180a0430035fd (patch)
tree6e38269a65b39b836123841ba3b52c6cff322018 /Source/cmVersion.cxx
parenta43b3cc801ad07086227536b05bff9ab584bf221 (diff)
downloadCMake-b85d7d9c66cca3f967785ed82b4180a0430035fd.zip
CMake-b85d7d9c66cca3f967785ed82b4180a0430035fd.tar.gz
CMake-b85d7d9c66cca3f967785ed82b4180a0430035fd.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 bf54ca4..d220ad6 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-04-19 08:01:16 +0000";
+ std::string cver = "Date: 2007-04-20 08:33:20 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;