summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-08 13:10:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-08 13:10:59 (GMT)
commit65d717f885f6ad9b298d24e258ce685a15088bea (patch)
tree8a68c4b68a2e299fcfcba3fe33a7935dcbba7566 /Source/cmVersion.cxx
parentef0fd479cca7b14cc1e636bb51d340fd2c13f391 (diff)
downloadCMake-65d717f885f6ad9b298d24e258ce685a15088bea.zip
CMake-65d717f885f6ad9b298d24e258ce685a15088bea.tar.gz
CMake-65d717f885f6ad9b298d24e258ce685a15088bea.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 c2b967d..9987e2f 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-07 13:08:03 +0000";
+ std::string cver = "Date: 2006-11-08 13:10:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;