summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-13 12:02:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-13 12:02:43 (GMT)
commitbfaff96645276d93be9d509adfec7ff811402427 (patch)
tree8136c60a6e081f8ea910727b7f4b43e760e5fc35 /Source
parentd4c5fe840beb029cb60572cabd643feb4e239830 (diff)
downloadCMake-bfaff96645276d93be9d509adfec7ff811402427.zip
CMake-bfaff96645276d93be9d509adfec7ff811402427.tar.gz
CMake-bfaff96645276d93be9d509adfec7ff811402427.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index cab66c1..88de9d9 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-04-12 12:15:47 +0000";
+ std::string cver = "Date: 2006-04-13 12:02:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;