summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-21 09:10:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-21 09:10:17 (GMT)
commit0981ffddcda1652500a3d98da5d90f413e10ac15 (patch)
treefc74546c1574fd8cf2bc39cfdbf3c5a0140cf531 /Source
parent0d824e1d1ad2166a47c27094990cd944dd664f6a (diff)
downloadCMake-0981ffddcda1652500a3d98da5d90f413e10ac15.zip
CMake-0981ffddcda1652500a3d98da5d90f413e10ac15.tar.gz
CMake-0981ffddcda1652500a3d98da5d90f413e10ac15.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 c779ee2..c9828f9 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-09-20 09:05:48 +0000";
+ std::string cver = "Date: 2005-09-21 09:10:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;