diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-04 23:55:22 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-04 23:55:22 +0200 |
commit | 0a3acd4a63277cbb95dfc9a983e9b8ed5883ab47 (patch) | |
tree | a2885ef38746a4cc3badf4e27de942b5e97f48e2 | |
parent | c8b0c9a1b22a6760551cae6cdccb47dc65356579 (diff) |
1.3.2
-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 f458c88..b70931a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.3.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.3.2', 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 72af370..e67a087 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.3.1" +version = "1.3.2" platforms = ["posix"] [lang.cpp] @@ -18,4 +18,4 @@ xi = ">=0" xcursor = ">=1" libpulse-simple = ">=0" libdrm = ">=2" -wayland-client = ">=1"
\ No newline at end of file +wayland-client = ">=1" |