summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-11 01:47:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-11 01:47:41 (GMT)
commit51afbced0f5bbea96be740572304f43cceddf7ed (patch)
tree2b4d01d9f25410939270dcd9070e727fcd47f80c /Source
parent0f6c76b780a44adc8f2cd35ec90db5ec0a84b603 (diff)
downloadCMake-51afbced0f5bbea96be740572304f43cceddf7ed.zip
CMake-51afbced0f5bbea96be740572304f43cceddf7ed.tar.gz
CMake-51afbced0f5bbea96be740572304f43cceddf7ed.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 84f181c..eef473e 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: 2007-04-10 01:25:48 +0000";
+ std::string cver = "Date: 2007-04-11 01:47:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;