summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-14 10:24:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-14 10:24:49 (GMT)
commit6174cc7091fec5e8c5e45e6e77de8bf716e9417c (patch)
treefdb6adb6bd25ebb45934ee2df4ebdabc8618039a
parent0255f596b8140ebaeb9dbff1b1da38c90289ecdd (diff)
downloadCMake-6174cc7091fec5e8c5e45e6e77de8bf716e9417c.zip
CMake-6174cc7091fec5e8c5e45e6e77de8bf716e9417c.tar.gz
CMake-6174cc7091fec5e8c5e45e6e77de8bf716e9417c.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 75be3f6..a0346e5 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-11-13 10:20:31 +0000";
+ std::string cver = "Date: 2005-11-14 10:24:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;