summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-24 02:26:10 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-24 02:26:10 -0400
commite6f2d880a664fca17c0cde913c301c693d530946 (patch)
tree4aef4df78837219a0c0696db6e76c218a0d3c6e2 /Source/cmVersion.cxx
parent53ff7ca8090bc0cc0facc2ec25aab5f7933d635a (diff)
downloadcmake-e6f2d880a664fca17c0cde913c301c693d530946.tar.gz
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 1621073a1b..5c1d5a8480 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-04-23 06:26:46 +0000";
+ std::string cver = "Date: 2005-04-24 06:26:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;