[tracker/wip/carlosg/3.2-bump: 1/2] build: Bump version early




commit 745b91e4811393a8ed81a5c78334f40b6a6b1d5c
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Apr 15 12:01:14 2021 +0200

    build: Bump version early
    
    Bump version to 3.2.0-alpha, so that we can start adding 3.2 specific
    API. This time use '-' as delimiter for the unstable tag. It is left
    to testing whether GNOME releng scripts will like it, but it is truer
    semver, and hopefully some distros would like it better.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 41e53bc1b..f1e02f096 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('tracker', 'c', 'vala',
-        version: '3.1.1',
+        version: '3.2.0-alpha',
         meson_version: '>=0.50')
 
 gnome = import('gnome')


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