summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-13 13:11:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-13 13:11:04 (GMT)
commit236692633b95474fef587d3c69de2923080bbdca (patch)
treee0a6f9c92374b8425e0f7df12f596068d197a5d0 /Source/cmVersion.cxx
parent6609a53d24032c081e12cbded5c3fefed0e2668f (diff)
downloadCMake-236692633b95474fef587d3c69de2923080bbdca.zip
CMake-236692633b95474fef587d3c69de2923080bbdca.tar.gz
CMake-236692633b95474fef587d3c69de2923080bbdca.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 bab0b14..fe7bb13 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-11-12 13:08:43 +0000";
+ std::string cver = "Date: 2006-11-13 13:11:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;