From 2ddb9980e1822cf6ad9f335d0d6af7ca3c17b2bc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 4 Jan 2025 03:33:44 +0100 Subject: 1.0.4 --- meson.build | 2 +- project.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 6e891a7..c6b26d7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.0.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.0.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) diff --git a/project.conf b/project.conf index 98f6720..79d965b 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.0.3" +version = "1.0.4" platforms = ["posix"] [lang.cpp] @@ -14,4 +14,4 @@ ignore_dirs = ["build", "tools"] xcomposite = ">=0" xfixes = ">=0" xi = ">=0" -xcursor = ">=1" \ No newline at end of file +xcursor = ">=1" -- cgit v1.2.3