summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-18 09:17:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-18 09:17:34 (GMT)
commit3e7366e5c2533f8c2a8addd6e785907a455a0517 (patch)
treed4d28fd606a174c30c4561159eb830a4f8832af5 /Source/cmVersion.cxx
parent57bacd199c36698533b5375a7ac9b0df3e00f8ac (diff)
downloadCMake-3e7366e5c2533f8c2a8addd6e785907a455a0517.zip
CMake-3e7366e5c2533f8c2a8addd6e785907a455a0517.tar.gz
CMake-3e7366e5c2533f8c2a8addd6e785907a455a0517.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 a0e7e82..ba20b6c 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-17 09:41:31 +0000";
+ std::string cver = "Date: 2005-01-18 09:17:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;