summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-21 22:37:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-21 22:37:35 (GMT)
commit472c05cdcd8ced1f2d5ca7e377739157e36c7bdf (patch)
tree03c1b95f3965009e8993596e3fb1dd00b9c5f9bb
parent1ef33c6c04982310b14d9f6e273fe5a08423b4e6 (diff)
downloadCMake-472c05cdcd8ced1f2d5ca7e377739157e36c7bdf.zip
CMake-472c05cdcd8ced1f2d5ca7e377739157e36c7bdf.tar.gz
CMake-472c05cdcd8ced1f2d5ca7e377739157e36c7bdf.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 d220ad6..c168795 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-04-20 08:33:20 +0000";
+ std::string cver = "Date: 2007-04-21 22:37:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;