diff options
author | Brad King <brad.king@kitware.com> | 2002-07-15 14:09:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-07-15 14:09:58 (GMT) |
commit | 272c367dd480ec909e77295f082458f0ceea0b76 (patch) | |
tree | 973c0f5c72d8851688fe4db97245ee8b6e93523a /Utilities | |
parent | 77bb1f793b4da36627001a63f0f0f135b63b1b66 (diff) | |
download | CMake-272c367dd480ec909e77295f082458f0ceea0b76.zip CMake-272c367dd480ec909e77295f082458f0ceea0b76.tar.gz CMake-272c367dd480ec909e77295f082458f0ceea0b76.tar.bz2 |
ENH: Release script configuration file for linux.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmake_release_config_linux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Utilities/cmake_release_config_linux b/Utilities/cmake_release_config_linux new file mode 100644 index 0000000..8c6af7c --- /dev/null +++ b/Utilities/cmake_release_config_linux @@ -0,0 +1,5 @@ +RELEASE_TAG="Release-1-4" +VERSION="1.4" +PLATFORM="x86-linux" +CREATE_SOURCE_TARBALL="yes" + |