summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-24 11:19:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-24 11:19:16 (GMT)
commit259ab8ef2e4f9707ad2731bd6c217a7c10de4b83 (patch)
tree864c0187cc7574b75b8714b1ac1a4fda07629e01 /Source/cmVersion.cxx
parente0e57a41fd1065074daabcc8bbbd9638f7bee5f1 (diff)
downloadCMake-259ab8ef2e4f9707ad2731bd6c217a7c10de4b83.zip
CMake-259ab8ef2e4f9707ad2731bd6c217a7c10de4b83.tar.gz
CMake-259ab8ef2e4f9707ad2731bd6c217a7c10de4b83.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 b37b61c..3f61239 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-22 12:01:35 +0000";
+ std::string cver = "Date: 2006-06-24 11:19:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;