diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-02 10:04:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-02 10:04:30 (GMT) |
commit | 9bc9dbcf24341841b15721706deb4c5a520e6e54 (patch) | |
tree | bd3a6dcf097460a37d15868ea08b8ce99c1415c2 /Source/cmVersion.cxx | |
parent | 2c2f306515af71968bec385f88c7b08af7e8831d (diff) | |
download | CMake-9bc9dbcf24341841b15721706deb4c5a520e6e54.zip CMake-9bc9dbcf24341841b15721706deb4c5a520e6e54.tar.gz CMake-9bc9dbcf24341841b15721706deb4c5a520e6e54.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index baa742b..95e35a1 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-01-02 02:02:14 +0000"; + std::string cver = "Date: 2005-01-02 10:04:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |