summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-02 05:25:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-02 05:25:15 (GMT)
commit5a25895c1cd62a638b270b8d9aaa15a5d500647b (patch)
tree8b113c9bd3dc55f9442458f511c4629085cec9b1 /Source
parent7f2e7443bfb6ad7c1148d0ac4f370b251d663fb3 (diff)
downloadCMake-5a25895c1cd62a638b270b8d9aaa15a5d500647b.zip
CMake-5a25895c1cd62a638b270b8d9aaa15a5d500647b.tar.gz
CMake-5a25895c1cd62a638b270b8d9aaa15a5d500647b.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 0a139b7..a51f442 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-06-30 09:47:02 +0000";
+ std::string cver = "Date: 2005-07-02 05:25:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;