summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-02 08:30:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-02 08:30:30 (GMT)
commit9dd1633a9852590a7e03f04dd700273414e05f69 (patch)
tree2e7ed0d1bbbfbd3f6e409036a8c09d14e2731d34 /Source/cmVersion.cxx
parente1d562db885bfb74a7dac37e895337ea15bbc16f (diff)
downloadCMake-9dd1633a9852590a7e03f04dd700273414e05f69.zip
CMake-9dd1633a9852590a7e03f04dd700273414e05f69.tar.gz
CMake-9dd1633a9852590a7e03f04dd700273414e05f69.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 d85fb94..84266bc 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-01 07:24:52 +0000";
+ std::string cver = "Date: 2006-02-02 08:30:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;