[at-spi2-core] Post-release version bump



commit 6015e2baf4ab5bdc501872827205bec37dead7ec
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Jan 26 14:10:15 2019 +0000

    Post-release version bump
    
    The newly added scrolling API is a new requirement of at-spi2-atk.
    
    Without this, at-spi2-atk cannot build:
    
    meson.build:50:0: ERROR:  Invalid version of dependency, need 'atspi-2' ['>= 2.31.2'] found '2.31.1'.
    
    Signed-off-by: Emmanuele Bassi <ebassi gnome org>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 351b207..962bbb5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('at-spi2-core', 'c',
-        version: '2.31.1',
+        version: '2.31.2',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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