diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:32:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:32:18 +0200 |
commit | d0f8b7061f572772ddba10eccf6f59a1cc98252d (patch) | |
tree | 395debb4f40e6fa5dc6f6f2a9355d61ce9c9e894 | |
parent | 3a4f03ce27daf77e825e324e4d089d166779dbdf (diff) |
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c39e077..7672724 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.6.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 a6fb1ef..8e27245 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.6.3" +version = "1.6.4" platforms = ["posix"] [lang.cpp] |