summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-27 07:18:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-27 07:18:56 (GMT)
commit5c76a8ca519cef56465a462e9c7ddea44ae06319 (patch)
tree4611a1f980341c8157f673595395052822600c94 /Source
parentebbe1ffdd9e60f220eb35739fb1d5145adb9f5a5 (diff)
downloadCMake-5c76a8ca519cef56465a462e9c7ddea44ae06319.zip
CMake-5c76a8ca519cef56465a462e9c7ddea44ae06319.tar.gz
CMake-5c76a8ca519cef56465a462e9c7ddea44ae06319.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index aafcbf1..4d56f9a 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-03-26 07:22:14 +0000";
+ std::string cver = "Date: 2005-03-27 07:18:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;