[gedit] Bump API version to 3.32



commit ee30064c1c23491a5dbcb0d17fd86216a135ad07
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 c9de10865..44b55cc8c 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]