summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-13 12:04:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-13 12:04:48 (GMT)
commit7f497ea977aa29cd7ec21adc8913c0ad10b53bca (patch)
tree1fb695a773c4e4508cf7621180d84d5689099fd4 /Source
parent1f1196410a6e52305d91b5c6fe877f326f00cbc4 (diff)
downloadCMake-7f497ea977aa29cd7ec21adc8913c0ad10b53bca.zip
CMake-7f497ea977aa29cd7ec21adc8913c0ad10b53bca.tar.gz
CMake-7f497ea977aa29cd7ec21adc8913c0ad10b53bca.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 4f752b1..45e476e 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-06-12 11:59:54 +0000";
+ std::string cver = "Date: 2006-06-13 12:04:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;