summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-07 10:26:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-07 10:26:44 (GMT)
commit062b325de2e9594ceca230c7e84610d3294d8996 (patch)
tree09a946c55d11db4ba99a7ba67f6855a0fad39f84 /Source
parent1ce1679d0f75544ea891df89eadcc6dfb12ff851 (diff)
downloadCMake-062b325de2e9594ceca230c7e84610d3294d8996.zip
CMake-062b325de2e9594ceca230c7e84610d3294d8996.tar.gz
CMake-062b325de2e9594ceca230c7e84610d3294d8996.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 2d94a2d..2ed3779 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-02-06 10:27:44 +0000";
+ std::string cver = "Date: 2005-02-07 10:26:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;