summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-30 11:16:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-30 11:16:03 (GMT)
commitc71ff8b4b1bbbf96f24a75d0c4497d1044d78018 (patch)
tree39fc2d6927fc9c733c388b777e34fb4befa05be6 /Source/cmVersion.cxx
parentcb87d935766a3226bf3ac723ba33a9bde9db5c49 (diff)
downloadCMake-c71ff8b4b1bbbf96f24a75d0c4497d1044d78018.zip
CMake-c71ff8b4b1bbbf96f24a75d0c4497d1044d78018.tar.gz
CMake-c71ff8b4b1bbbf96f24a75d0c4497d1044d78018.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 ca635c1..04c4e04 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-06-29 11:10:09 +0000";
+ std::string cver = "Date: 2006-06-30 11:16:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;