summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-16 07:18:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-16 07:18:26 (GMT)
commitd35eb4b1166198b248c85b2e01817f4d484c87f3 (patch)
treecc65e89f3fc11dc31986ec1f330b1fc7b7803db2 /Source/cmVersion.cxx
parentf508fc98390a2899e343e4d9197fa805a2cf9857 (diff)
downloadCMake-d35eb4b1166198b248c85b2e01817f4d484c87f3.zip
CMake-d35eb4b1166198b248c85b2e01817f4d484c87f3.tar.gz
CMake-d35eb4b1166198b248c85b2e01817f4d484c87f3.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 b1f5f50..1314bd7 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-02-15 07:16:17 +0000";
+ std::string cver = "Date: 2005-02-16 07:18:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;