summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-28 15:58:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-28 15:58:52 (GMT)
commita6abb79776733653d0ab4ce5a848152e84393914 (patch)
tree5e7ceb96f63bf65ca565701e59cc42e3494de356
parent825a762a302f7c9eb77f32adb858da4d4a2e97e0 (diff)
downloadCMake-a6abb79776733653d0ab4ce5a848152e84393914.zip
CMake-a6abb79776733653d0ab4ce5a848152e84393914.tar.gz
CMake-a6abb79776733653d0ab4ce5a848152e84393914.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 7a1d5a1..dbde7fb 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-07-27 15:56:28 +0000";
+ std::string cver = "Date: 2005-07-28 15:58:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;