summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-03 13:00:18 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-03 13:00:18 (GMT)
commitc5f4d2d02409ba071737189033733d8693eb4776 (patch)
tree22b1b3a8c42c1401a25c48f5bce2f2a381ac9c6b /Source/cmVersion.cxx
parentfd8236c86227fe96b0f52268deae9f9aecda2690 (diff)
downloadCMake-c5f4d2d02409ba071737189033733d8693eb4776.zip
CMake-c5f4d2d02409ba071737189033733d8693eb4776.tar.gz
CMake-c5f4d2d02409ba071737189033733d8693eb4776.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 26be2a6..5fd4167 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-09-02 13:03:36 +0000";
+ std::string cver = "Date: 2006-09-03 13:00:18 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;