summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-12 03:34:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-12 03:34:29 (GMT)
commit1df084bdad7446f4ebe90a7054f8d1491b46bb44 (patch)
treeca806137fd9968658de1c618d8a11af53365f2ba /Source
parent39e3838db00e0486d2dfc06853610ad82bdee7f4 (diff)
downloadCMake-1df084bdad7446f4ebe90a7054f8d1491b46bb44.zip
CMake-1df084bdad7446f4ebe90a7054f8d1491b46bb44.tar.gz
CMake-1df084bdad7446f4ebe90a7054f8d1491b46bb44.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 c11998f..50579aa 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-11 03:23:31 +0000";
+ std::string cver = "Date: 2007-02-12 03:34:29 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;