summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-22 07:24:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-22 07:24:38 (GMT)
commit56c0b620954725df2a885fd83317f901fc93bc27 (patch)
tree1f516da123c5966009cdd20e196bec4117312cc2 /Source/cmVersion.cxx
parentd30265e7b533890b7320947dc97f71f87f70d6bc (diff)
downloadCMake-56c0b620954725df2a885fd83317f901fc93bc27.zip
CMake-56c0b620954725df2a885fd83317f901fc93bc27.tar.gz
CMake-56c0b620954725df2a885fd83317f901fc93bc27.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 423d7c7..b6e3e7c 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-21 07:32:10 +0000";
+ std::string cver = "Date: 2005-03-22 07:24:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;