summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@informatique-libre.be>2023-04-11 16:00:00 +0200
committerSébastien Wilmet <swilmet@informatique-libre.be>2023-04-11 16:00:00 +0200
commitf124a0fc62b5be6d95b4738d471af93df99b04d2 (patch)
treeb1414aefe7d05a476878926d342b8175c74ff362
parenta6b6e0c0fc053cb234aa250d7030c4d5863ec51f (diff)
downloadgedit-f124a0fc62b5be6d95b4738d471af93df99b04d2.tar.gz
Bump API version from 44 to 45
There has been some API breaks, see the docs.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 84cfbb772..fd074b78a 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@ i18n = import('i18n')
pkg_config = import('pkgconfig')
python = import('python')
-api_version = '44'
+api_version = '45'
# Paths
root_include_dir = include_directories('.')