summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-02 13:03:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-02 13:03:36 (GMT)
commit6b9c463ddfbabdb2733159c9cb005a29bc6b14f1 (patch)
treea157600b9aff476a1f5ee239e6c7bb7267d08058 /Source/cmVersion.cxx
parent57eb30087f182ce42716e50f42631805c93f9028 (diff)
downloadCMake-6b9c463ddfbabdb2733159c9cb005a29bc6b14f1.zip
CMake-6b9c463ddfbabdb2733159c9cb005a29bc6b14f1.tar.gz
CMake-6b9c463ddfbabdb2733159c9cb005a29bc6b14f1.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 c99de82..26be2a6 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-01 12:58:12 +0000";
+ std::string cver = "Date: 2006-09-02 13:03:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;