summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-12 07:35:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-12 07:35:54 (GMT)
commit01026b2f3dc7a9444116bac6e540fdbc61d0f598 (patch)
treeca4a88e103458913cee4c993448d984fadb17045 /Source/cmVersion.cxx
parent332cd81fdd572f4c9576adb54172a575c21aa69c (diff)
downloadCMake-01026b2f3dc7a9444116bac6e540fdbc61d0f598.zip
CMake-01026b2f3dc7a9444116bac6e540fdbc61d0f598.tar.gz
CMake-01026b2f3dc7a9444116bac6e540fdbc61d0f598.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 290dd00..3176979 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-03-11 07:32:56 +0000";
+ std::string cver = "Date: 2005-03-12 07:35:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;