summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-25 13:11:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-25 13:11:32 (GMT)
commit4be2b7fbfbbf95a20e047021d0da15f617fdf5d2 (patch)
tree92615e328105788c22d6402c943a1a516414b5c7 /Source/cmVersion.cxx
parenta0471c3fe2e959728a5fd75fb3583e1c8b55ec44 (diff)
downloadCMake-4be2b7fbfbbf95a20e047021d0da15f617fdf5d2.zip
CMake-4be2b7fbfbbf95a20e047021d0da15f617fdf5d2.tar.gz
CMake-4be2b7fbfbbf95a20e047021d0da15f617fdf5d2.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 d10e730..0d58f34 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: 2006-03-24 13:17:42 +0000";
+ std::string cver = "Date: 2006-03-25 13:11:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;