summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-08-16 23:13:12 +0200
committerCorentin Noël <tintou@noel.tf>2022-08-16 23:16:13 +0200
commit358fcc6570d5910a5cedae2dbb3be58519ec1876 (patch)
treef5b9dae72440cf928ec3af3069c2022102665dcc /meson.build
parent6459310045744f240e22bd9060a669f179b880ae (diff)
downloadlibgnomekbd-358fcc6570d5910a5cedae2dbb3be58519ec1876.tar.gz
3.28.03.28.0
- Translation updates - Require GLib 2.44 - Modernize the codebase - Avoid several crashes - Fix RTL issues - Add meson build system (this is the last version with autotools)
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f7027df..4b4a2f9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libgnomekbd', 'c',
- version: '3.26.1',
+ version: '3.28.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',