summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-11 12:03:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-11 12:03:23 (GMT)
commit9c28eb8f492c4f504a25547c7f0a0374e75aaabb (patch)
tree10050de592dc2e3e97fc62869fbba83bc68c3f66
parenta90e97e9703ce8623ea3be3f1eeebe8d76805053 (diff)
downloadCMake-9c28eb8f492c4f504a25547c7f0a0374e75aaabb.zip
CMake-9c28eb8f492c4f504a25547c7f0a0374e75aaabb.tar.gz
CMake-9c28eb8f492c4f504a25547c7f0a0374e75aaabb.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 5d2119b..f6d874b 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-05-10 11:58:18 +0000";
+ std::string cver = "Date: 2006-05-11 12:03:23 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;