summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-21 08:07:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-21 08:07:46 (GMT)
commit658dfe5b3ff8907d797d0875baff6c1d459167e4 (patch)
treead2ce338ec2a4a3768e7b0ad2c64c7c60658c1f2 /Source/cmVersion.cxx
parentb787497496d8c18c96fe72bf80d3c5bfc6889c79 (diff)
downloadCMake-658dfe5b3ff8907d797d0875baff6c1d459167e4.zip
CMake-658dfe5b3ff8907d797d0875baff6c1d459167e4.tar.gz
CMake-658dfe5b3ff8907d797d0875baff6c1d459167e4.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 1f9266a..99ef5f0 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: 2005-02-20 08:13:45 +0000";
+ std::string cver = "Date: 2005-02-21 08:07:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;