[gedit/zbrown/deteplification-src: 13/633] Bump API version to 3.32
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 13/633] Bump API version to 3.32
- Date: Sat, 10 Apr 2021 12:47:51 +0000 (UTC)
commit 32114df67cd51d74a2b553de796cca6f3490877f
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Nov 13 11:57:00 2019 +0100
Bump API version to 3.32
There was an API break in
commit 742a7c046a2336b219a22773343c80e38b78339b
Using a new major version of a library, with that library exposed in the
gedit plugin API, it's an API break for gedit plugins. In this case
GtkSourceView 3 -> GtkSourceView 4.
`git tag --contains 742a7c046a2336b219a22773343c80e38b78339b` returns
that the 3.32 version is the first stable version containing the API
break.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 2d4e2d3bf..9f0a211f2 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@ version_major = version_arr[0]
version_minor = version_arr[1]
version_micro = version_arr[2]
-api_version = '3.14'
+api_version = '3.32'
package_name = meson.project_name()
package_string = '@0@-@1@'.format(package_name, api_version)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]