summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-29 07:06:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-29 07:06:36 (GMT)
commit57eae62a94ca44f2d0a27373c4994930f75f44bf (patch)
tree622041ce808bc3a12059293f8088eb904bffc772 /Source/cmVersion.cxx
parentee9d6a55928e65318bcfb15a06c8611ecb454b60 (diff)
downloadCMake-57eae62a94ca44f2d0a27373c4994930f75f44bf.zip
CMake-57eae62a94ca44f2d0a27373c4994930f75f44bf.tar.gz
CMake-57eae62a94ca44f2d0a27373c4994930f75f44bf.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 e5abdc9..c9042e9 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-01-28 06:38:21 +0000";
+ std::string cver = "Date: 2006-01-29 07:06:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;