From 403b3c7c208505d4b8749078517e2fc711f9b8b2 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 4 Feb 2022 21:26:26 -0800 Subject: [PATCH] 13.0.1 Release Resolves: rhbz#2001132 --- llvm-toolset.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm-toolset.spec b/llvm-toolset.spec index 06733c5..fa31ad3 100644 --- a/llvm-toolset.spec +++ b/llvm-toolset.spec @@ -1,6 +1,6 @@ %global maj_ver 13 %global min_ver 0 -%global patch_ver 0 +%global patch_ver 1 #global rc_ver 0 %global baserelease 1 @@ -23,6 +23,9 @@ This is the main package for llvm-toolset. %files %changelog +* Fri Feb 04 2022 Tom Stellard - 13.0.1-1 +- 13.0.1 Release + * Wed Oct 13 2021 Timm Bäder - 13.0.0-1 - Release 13.0.0 - Remove lld dependency. rhbz#2011107