summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-28 06:38:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-28 06:38:21 (GMT)
commitee9d6a55928e65318bcfb15a06c8611ecb454b60 (patch)
tree065d214d7726acc849aa0a5f808c34c62eff468a /Source
parent938890757aa721ec08909df4870304d5a9405337 (diff)
downloadCMake-ee9d6a55928e65318bcfb15a06c8611ecb454b60.zip
CMake-ee9d6a55928e65318bcfb15a06c8611ecb454b60.tar.gz
CMake-ee9d6a55928e65318bcfb15a06c8611ecb454b60.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 8440bbb..e5abdc9 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-27 06:36:37 +0000";
+ std::string cver = "Date: 2006-01-28 06:38:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;