summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-23 07:22:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-23 07:22:40 (GMT)
commitddfec3f72347c666c25e6259761bcfa463f21d9e (patch)
tree6df7af47d72d95809438659fd0bead09108579e3
parent296a3f41aacde53cd2d6203e6736a725136bf5f6 (diff)
downloadCMake-ddfec3f72347c666c25e6259761bcfa463f21d9e.zip
CMake-ddfec3f72347c666c25e6259761bcfa463f21d9e.tar.gz
CMake-ddfec3f72347c666c25e6259761bcfa463f21d9e.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index b6e3e7c..972e478 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-22 07:24:38 +0000";
+ std::string cver = "Date: 2005-03-23 07:22:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;