summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-03 11:37:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-03 11:37:49 (GMT)
commit32b63ef915eadc1d5e48c63e09ca1a65e0f0ca52 (patch)
tree7d074e9e1bcedc2d2dc56aa6d01a534985133595 /Source/cmVersion.cxx
parentd342d51c0cc2ab2dc0f1053817a5a98b14a3fcf4 (diff)
downloadCMake-32b63ef915eadc1d5e48c63e09ca1a65e0f0ca52.zip
CMake-32b63ef915eadc1d5e48c63e09ca1a65e0f0ca52.tar.gz
CMake-32b63ef915eadc1d5e48c63e09ca1a65e0f0ca52.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 1d5bd63..e3f1cd3 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: 2006-04-02 12:35:58 +0000";
+ std::string cver = "Date: 2006-04-03 11:37:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;