summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 07:35:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-16 07:35:41 (GMT)
commit21b194e32b66fa69d7c13fc38e1d227555a49944 (patch)
treea08cfc0a1687e16c7ee0efd554840bba1c367a30 /Source/cmVersion.cxx
parent8545b40f8e7b70fa7926c2c66dc5e3bcc5751881 (diff)
downloadCMake-21b194e32b66fa69d7c13fc38e1d227555a49944.zip
CMake-21b194e32b66fa69d7c13fc38e1d227555a49944.tar.gz
CMake-21b194e32b66fa69d7c13fc38e1d227555a49944.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 42658c3..691d5dd 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-03-15 07:38:02 +0000";
+ std::string cver = "Date: 2005-03-16 07:35:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;