[polari] build: Fix version number



commit 7a9bbe92c27e6c46f2032fdbe56e12e3a314c85e
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue May 9 16:31:24 2017 +0200

    build: Fix version number
    
    Commit b9d575c1c7 should have bumped both minor- and micro version,
    but only did it for the latter, whoops.

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 3406a43..3074586 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('polari', 'c',
-        version: '3.24.1',
+        version: '3.25.1',
         meson_version: '>= 0.37.0',
         license: 'GPL2+')
 


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