summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-12 07:14:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-12 07:14:46 (GMT)
commit4cf544cd441e16d95c132463704958d186a703d5 (patch)
tree1e0a6cadfa5ca58d9e496f419c275a2162c2f1ce /Source
parentdd851619ac912e03eb71adbf9262cdbd87d6a283 (diff)
downloadCMake-4cf544cd441e16d95c132463704958d186a703d5.zip
CMake-4cf544cd441e16d95c132463704958d186a703d5.tar.gz
CMake-4cf544cd441e16d95c132463704958d186a703d5.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 7f39eeb..4bc7329 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-11 07:17:37 +0000";
+ std::string cver = "Date: 2005-02-12 07:14:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;