Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2021-04-27 16:43:19 +0300
committerJoshie <joshua@froggi.es>2021-04-27 17:03:38 +0300
commit3ed3526332f53d7d35cf1b685fa8096b01f26ff0 (patch)
tree0b6c0b648cbfd6094e6d5304ae590e4b47ab7db1
parent7d123c47740f6a506c915d4ec2d467cdf833a309 (diff)
meson: Update to version 2.3.1v2.3.1
Signed-off-by: Joshua Ashton <joshua@froggi.es>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6b2e7fc1..13e6a110 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('vkd3d-proton', ['c'], version : '2.3', meson_version : '>= 0.49', default_options : [
+project('vkd3d-proton', ['c'], version : '2.3.1', meson_version : '>= 0.49', default_options : [
'warning_level=2',
])