diff --git a/Makefile b/Makefile index 7a86e01..a2d9817 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 18.3.0 +VERSION ?= 18.3.1 SANITIZE ?= 1 DIRNAME = mesa-${VERSION} diff --git a/mesa.spec b/mesa.spec index 9ca37cf..173f769 100644 --- a/mesa.spec +++ b/mesa.spec @@ -41,7 +41,7 @@ Name: mesa Summary: Mesa graphics libraries -%global ver 18.3.0 +%global ver 18.3.1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 1%{?dist} License: MIT @@ -629,6 +629,9 @@ popd %{_includedir}/vulkan/ %changelog +* Tue Dec 18 2018 Igor Gnatenko - 18.3.1-1 +- Update to 18.3.1 + * Fri Dec 07 2018 Igor Gnatenko - 18.3.0-1 - Update to 18.3.0