[tracker-miners/wip/carlosg/bump-version: 2/2] build: Bump api version



commit 32bdbbb4127c903f289a475d72cb0da9796fbd0e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Feb 29 13:54:04 2020 +0100

    build: Bump api version
    
    Bump our "API version" so our versioned install locations use
    a 3.0-based suffix.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 9526459ed..8c8c17d5b 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ i18n = import('i18n')
 cc = meson.get_compiler('c')
 
 # This is the X.Y used in -llibtracker-FOO-X.Y
-tracker_api_version = '2.0'
+tracker_api_version = '3.0'
 
 libdir = join_paths(get_option('prefix'), get_option('libdir'))
 datadir = join_paths(get_option('prefix'), get_option('datadir'))


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