summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-24 10:16:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-24 10:16:58 (GMT)
commitae6a10343bc6883d2abf445369582b1c8aa2100b (patch)
tree418bd8abe1b90bba4a1946b59698051e6cc4f57f
parentd5be87a296f4058770c0684efd1d6653f426daa9 (diff)
downloadCMake-ae6a10343bc6883d2abf445369582b1c8aa2100b.zip
CMake-ae6a10343bc6883d2abf445369582b1c8aa2100b.tar.gz
CMake-ae6a10343bc6883d2abf445369582b1c8aa2100b.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 2cb0a29..7651e8a 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: 2004-12-23 10:27:46 +0000";
+ std::string cver = "Date: 2004-12-24 10:16:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;