[gnome-builder/wip/gtk4-port: 39/67] build: drop "minor" version from API version




commit 78b0591295a645b2872e70d1cdbae3864f4ba9a2
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 24 11:13:46 2021 -0700

    build: drop "minor" version from API version
    
    We just use major now, since we potentially break every release and bump
    with each GNOME version.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ab8fc6c13..8ea472262 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ project('gnome-builder', 'c',
 version_split = meson.project_version().split('.')
 MAJOR_VERSION = version_split[0]
 
-libide_api_version = '@0@.0'.format(MAJOR_VERSION)
+libide_api_version = '@0@'.format(MAJOR_VERSION)
 
 pkgdocdir_abs = join_paths(get_option('prefix'), get_option('datadir'), 'doc', 'gnome-builder')
 pkglibdir_abs = join_paths(get_option('prefix'), get_option('libdir'), 'gnome-builder')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]