summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-23 10:27:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-23 10:27:46 (GMT)
commitd5be87a296f4058770c0684efd1d6653f426daa9 (patch)
treea1424b617756bf76ea94f8153623176dbacfe54e
parent190b89c060e37d040112db07cf3455f231b764f5 (diff)
downloadCMake-d5be87a296f4058770c0684efd1d6653f426daa9.zip
CMake-d5be87a296f4058770c0684efd1d6653f426daa9.tar.gz
CMake-d5be87a296f4058770c0684efd1d6653f426daa9.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index b1d37bf..2cb0a29 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: 2004-12-22 10:16:48 +0000";
+ std::string cver = "Date: 2004-12-23 10:27:46 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;