summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-07-09 17:30:08 +0100
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2022-07-09 17:56:38 +0000
commit801e877d6e9b75196e298b8928e39703bc028c40 (patch)
treeb09d119632deb9f96a3ce8e7bcf5777f91673d4d
parent778645c064de6cf6f7b0743471588d98f7ef678f (diff)
downloadnautilus-801e877d6e9b75196e298b8928e39703bc028c40.tar.gz
libnautilus-extension: Bump library version
The GTK3 to GTK4 switch requires extensions to port their widgets too, because 2 versions of GTK cannot be loaded in the same program. Therefore, this is effectively an API break. We must update the library version. Also, we are going to introduce breaking more changes before the API freeze. Closes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2135
-rw-r--r--libnautilus-extension/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-extension/meson.build b/libnautilus-extension/meson.build
index 6ceb53a14..c8b58c488 100644
--- a/libnautilus-extension/meson.build
+++ b/libnautilus-extension/meson.build
@@ -1,4 +1,4 @@
-nautilus_extension_version = '1.5.0'
+nautilus_extension_version = '2.0.0'
libnautilus_extension_deprecated_headers = [
'nautilus-extension-types.h',