diff options
author | Brad King <brad.king@kitware.com> | 2021-03-31 16:51:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-05 17:47:02 (GMT) |
commit | 89ab6132480df326fed311449245433ea0836b7a (patch) | |
tree | af50674e38a19db3ad925de8847fff91525f0bd6 /Utilities | |
parent | c5777e5421b4bfbe0fe4d78bac32ea013372d8d7 (diff) | |
download | CMake-89ab6132480df326fed311449245433ea0836b7a.zip CMake-89ab6132480df326fed311449245433ea0836b7a.tar.gz CMake-89ab6132480df326fed311449245433ea0836b7a.tar.bz2 |
Utilities/Release: Update file table for 3.20.0
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Release/files-v1.json.in | 16 | ||||
-rw-r--r-- | Utilities/Release/files-v1.rst | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Utilities/Release/files-v1.json.in b/Utilities/Release/files-v1.json.in index 6bafa69..aa6b15d 100644 --- a/Utilities/Release/files-v1.json.in +++ b/Utilities/Release/files-v1.json.in @@ -11,25 +11,25 @@ "os": ["linux", "Linux"], "architecture": ["aarch64"], "class": "installer", - "name": "cmake-@version@-Linux-aarch64.sh" + "name": "cmake-@version@-linux-aarch64.sh" }, { "os": ["linux", "Linux"], "architecture": ["aarch64"], "class": "archive", - "name": "cmake-@version@-Linux-aarch64.tar.gz" + "name": "cmake-@version@-linux-aarch64.tar.gz" }, { "os": ["linux", "Linux"], "architecture": ["x86_64"], "class": "installer", - "name": "cmake-@version@-Linux-x86_64.sh" + "name": "cmake-@version@-linux-x86_64.sh" }, { "os": ["linux", "Linux"], "architecture": ["x86_64"], "class": "archive", - "name": "cmake-@version@-Linux-x86_64.tar.gz" + "name": "cmake-@version@-linux-x86_64.tar.gz" }, { "os": ["macos", "macOS"], @@ -63,25 +63,25 @@ "os": ["windows", "Windows"], "architecture": ["i386"], "class": "installer", - "name": "cmake-@version@-win32-x86.msi" + "name": "cmake-@version@-windows-i386.msi" }, { "os": ["windows", "Windows"], "architecture": ["i386"], "class": "archive", - "name": "cmake-@version@-win32-x86.zip" + "name": "cmake-@version@-windows-i386.zip" }, { "os": ["windows", "Windows"], "architecture": ["x86_64"], "class": "installer", - "name": "cmake-@version@-win64-x64.msi" + "name": "cmake-@version@-windows-x86_64.msi" }, { "os": ["windows", "Windows"], "architecture": ["x86_64"], "class": "archive", - "name": "cmake-@version@-win64-x64.zip" + "name": "cmake-@version@-windows-x86_64.zip" }, { "os": ["source"], diff --git a/Utilities/Release/files-v1.rst b/Utilities/Release/files-v1.rst index 3b916d4..9586668 100644 --- a/Utilities/Release/files-v1.rst +++ b/Utilities/Release/files-v1.rst @@ -14,8 +14,8 @@ The format is a JSON object: { "version": { - "major": 3, "minor": 18, "patch": 6, - "string": "3.18.6" + "major": 3, "minor": 20, "patch": 0, + "string": "3.20.0" }, "files": [ { |