From 407f4244bdf39ccfebf05cf8beef197141906838 Mon Sep 17 00:00:00 2001 From: Nuno Subtil Date: Mon, 15 Jul 2024 16:33:50 -0700 Subject: [PATCH] Update version to remix-0.5.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c3efd0a54..650f4f38e 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'dxvk', ['c', 'cpp'], - version : 'remix-0.5.2', + version : 'remix-0.5.3', meson_version : '>= 0.58', default_options : ['werror=true', 'b_vscrt=from_buildtype'] )