summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-13 12:55:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-13 12:55:46 (GMT)
commitf5b118f5a1b818946ea04e3dfbc3e03d402de7cd (patch)
tree51f6c21f92b5036463f06575d957b6bac3a8a0a1 /Source/cmVersion.cxx
parenteb3da1cdf3c771c90fec61bcddcdd209f47ba5eb (diff)
downloadCMake-f5b118f5a1b818946ea04e3dfbc3e03d402de7cd.zip
CMake-f5b118f5a1b818946ea04e3dfbc3e03d402de7cd.tar.gz
CMake-f5b118f5a1b818946ea04e3dfbc3e03d402de7cd.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 b423803..b394455 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-09-12 13:18:32 +0000";
+ std::string cver = "Date: 2006-09-13 12:55:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;