summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-19 02:43:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-19 02:43:49 (GMT)
commit83363e5dfeb7cd43628551b8f0dc932616505df4 (patch)
treeacc79b2338fab36c548a50e41c175cb776792034 /Source/cmVersion.cxx
parente07cf9adc407c72897dbbf6440004ea92110fc8d (diff)
downloadCMake-83363e5dfeb7cd43628551b8f0dc932616505df4.zip
CMake-83363e5dfeb7cd43628551b8f0dc932616505df4.tar.gz
CMake-83363e5dfeb7cd43628551b8f0dc932616505df4.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 014adc1..165a428 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-09-18 02:38:34 +0000";
+ std::string cver = "Date: 2007-09-19 02:43:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;