summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-16 20:24:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-16 20:24:38 (GMT)
commit4d325a45977a00db6d0a8872d751b6cb41071b41 (patch)
treeddbfcb8c8cc0192550670d5cd8a732690c834b6b /Source
parentffc0b5e4de02873ee825f70f4c434c8cb3b7edde (diff)
downloadCMake-4d325a45977a00db6d0a8872d751b6cb41071b41.zip
CMake-4d325a45977a00db6d0a8872d751b6cb41071b41.tar.gz
CMake-4d325a45977a00db6d0a8872d751b6cb41071b41.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 54f8148..b8c34d4 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-02-15 03:24:43 +0000";
+ std::string cver = "Date: 2007-02-16 20:24:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;