summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-24 08:54:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-24 08:54:55 (GMT)
commit049678f8eec7927448d52f899c7d1d93d37fc15d (patch)
tree5e63c0b2c3d74e9bd9038748a558e8d6efc0e405 /Source
parentc3a7f0ead5836ecf3068d49b5cd826f210dc716a (diff)
downloadCMake-049678f8eec7927448d52f899c7d1d93d37fc15d.zip
CMake-049678f8eec7927448d52f899c7d1d93d37fc15d.tar.gz
CMake-049678f8eec7927448d52f899c7d1d93d37fc15d.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 7c972bb..50caa23 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-23 08:48:24 +0000";
+ std::string cver = "Date: 2005-08-24 08:54:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;