[gedit/zbrown/deteplification-src: 32/633] Bump API version 3.36




commit 5b60a4f6058dd45cd9c4eff61690630db6d99301
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 528947ccb..cc8a2e0a8 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]