summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-21 07:35:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-21 07:35:16 (GMT)
commit9e2049ffc37d4779d59a9e07115b8645ba8be077 (patch)
treec449fc58e6790a4b0c964f88f6edb4921397c672 /Source/cmVersion.cxx
parente015df7d06a2b591571228cba10c5268a8f8fccd (diff)
downloadCMake-9e2049ffc37d4779d59a9e07115b8645ba8be077.zip
CMake-9e2049ffc37d4779d59a9e07115b8645ba8be077.tar.gz
CMake-9e2049ffc37d4779d59a9e07115b8645ba8be077.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 ba9442b..fa7e8cf 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-20 08:00:19 +0000";
+ std::string cver = "Date: 2006-02-21 07:35:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;