[gedit] Bump API version 3.36



commit 877e937ca5a70a134fb5e8c9234d7c547a4b72f7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 18 16:24:18 2019 +0100

    Bump API version 3.36
    
    The API version was bumped to 3.32 recently. Each time that there is an
    API version bump, all the deprecated API is removed, normally (during
    the same development cycle as the API version bump).
    
    But here, 3.32 has already been released. It's currently the 3.35
    development cycle. And the deprecated API has been removed now, not for
    gedit 3.32. On top of that gedit 3.32 had a different API version, so it
    complicates things.
    
    So to make things clearer, this commit bumps the API version to 3.36.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 3a8184a71..75900be46 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.32'
+api_version = '3.36'
 
 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]