diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-04 03:33:44 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-04 03:33:44 +0100 |
commit | 2ddb9980e1822cf6ad9f335d0d6af7ca3c17b2bc (patch) | |
tree | 78520babcd82804062d58dc415558f00b711b1bf | |
parent | 6b023051eb044f1c72b5e70068d35c24c145fba9 (diff) |
1.0.41.0.4
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | 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" |