summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-03 07:17:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-03 07:17:01 (GMT)
commita5f561055fe4ca05f89c4c9d33cf2df9434446c0 (patch)
treee57b60a8f2937ffda9e5ed60364eafa3b96c1db6 /Source
parentd7807428a210b836cba367048928bff23c5edb02 (diff)
downloadCMake-a5f561055fe4ca05f89c4c9d33cf2df9434446c0.zip
CMake-a5f561055fe4ca05f89c4c9d33cf2df9434446c0.tar.gz
CMake-a5f561055fe4ca05f89c4c9d33cf2df9434446c0.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 56ffb28..0f377d0 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-04-02 07:16:17 +0000";
+ std::string cver = "Date: 2005-04-03 07:17:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;