summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-16 06:12:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-16 06:12:06 (GMT)
commit945073f3fdc53ef4260339f48e45f49a12e609d8 (patch)
treeb65abf0593a61ba0f9592bc9eb6cb945d4c22e7d /Source/cmVersion.cxx
parent0795d64a235a9587dee736f4393c4462f58984de (diff)
downloadCMake-945073f3fdc53ef4260339f48e45f49a12e609d8.zip
CMake-945073f3fdc53ef4260339f48e45f49a12e609d8.tar.gz
CMake-945073f3fdc53ef4260339f48e45f49a12e609d8.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 d9cc8a9..cba491e 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: 2005-12-15 06:47:49 +0000";
+ std::string cver = "Date: 2005-12-16 06:12:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;