summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-20 08:28:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-20 08:28:32 (GMT)
commit34cf1b1265aad34da166b70d7a9b9d0c60d2e904 (patch)
tree37b42ccefe09d83c607b52d56ea36e6f528260af
parent1a1c523c983fbabdc6939192c68745d52e734648 (diff)
downloadCMake-34cf1b1265aad34da166b70d7a9b9d0c60d2e904.zip
CMake-34cf1b1265aad34da166b70d7a9b9d0c60d2e904.tar.gz
CMake-34cf1b1265aad34da166b70d7a9b9d0c60d2e904.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 f610d51..e4cb0fd 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-12-19 08:29:04 +0000";
+ std::string cver = "Date: 2006-12-20 08:28:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;