summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-22 07:56:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-22 07:56:50 (GMT)
commit112fc1406a87bd761fdb85a5516543d48bdefd43 (patch)
treee7d968f55b038d6f544dfd9c08110c36b63660e5 /Source
parent2b812f431310b9d062ac0bb9dedfb025c623c324 (diff)
downloadCMake-112fc1406a87bd761fdb85a5516543d48bdefd43.zip
CMake-112fc1406a87bd761fdb85a5516543d48bdefd43.tar.gz
CMake-112fc1406a87bd761fdb85a5516543d48bdefd43.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 82ec7a2..b89cc91 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-05-21 07:56:36 +0000";
+ std::string cver = "Date: 2005-05-22 07:56:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;