summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-19 05:57:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-19 05:57:11 (GMT)
commitca7620adb00a1ebc1346648a754f8456deefb0b4 (patch)
tree32d5243ff42b2e6675cf214e15ea02394d805086 /Source/cmVersion.cxx
parent484aaafc2d9fc229777c2af26454663075a314de (diff)
downloadCMake-ca7620adb00a1ebc1346648a754f8456deefb0b4.zip
CMake-ca7620adb00a1ebc1346648a754f8456deefb0b4.tar.gz
CMake-ca7620adb00a1ebc1346648a754f8456deefb0b4.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 8d81fbc..0de60b4 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: 2006-01-18 05:47:02 +0000";
+ std::string cver = "Date: 2006-01-19 05:57:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;