summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-15 07:21:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-15 07:21:22 (GMT)
commit92cfb5233651209e0a16318a7293ee413fb50cb3 (patch)
treeca3a1ffa958626853059493627a24bcf0cedfe29
parent14cbc9571a7986617877fed0d2f04899d981d4ea (diff)
downloadCMake-92cfb5233651209e0a16318a7293ee413fb50cb3.zip
CMake-92cfb5233651209e0a16318a7293ee413fb50cb3.tar.gz
CMake-92cfb5233651209e0a16318a7293ee413fb50cb3.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 c92afea..c95616d 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-02-14 07:14:29 +0000";
+ std::string cver = "Date: 2006-02-15 07:21:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;