summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-23 05:02:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-23 05:02:16 (GMT)
commitba46a225dc33076cc5abbd760be4605398a3ee85 (patch)
treea35025cb60771ebe6ece7302d23eb1781131edfb
parent2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a (diff)
downloadCMake-ba46a225dc33076cc5abbd760be4605398a3ee85.zip
CMake-ba46a225dc33076cc5abbd760be4605398a3ee85.tar.gz
CMake-ba46a225dc33076cc5abbd760be4605398a3ee85.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 e40d7bb..4050207 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: 2007-06-21 10:32:22 +0000";
+ std::string cver = "Date: 2007-06-23 05:02:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;