summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-07 14:30:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-07 14:30:49 (GMT)
commit2b5f4b0be4f3b911f81133a87760cf81eee26c4a (patch)
treef37eddc08764229470cd1497ab2fddf3fb873a2a
parent7fc4c32acf5c37058b0e23859a1ca5393b7faee0 (diff)
downloadCMake-2b5f4b0be4f3b911f81133a87760cf81eee26c4a.zip
CMake-2b5f4b0be4f3b911f81133a87760cf81eee26c4a.tar.gz
CMake-2b5f4b0be4f3b911f81133a87760cf81eee26c4a.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index bf167b8..d8bccb4 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-08-06 14:50:30 +0000";
+ std::string cver = "Date: 2005-08-07 14:30:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;