[libnma] release: bump version to 1.10.0



commit ee0149e7672f47fae87ab621954d429cdbac5a98
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Mon Aug 29 13:22:07 2022 +0200

    release: bump version to 1.10.0

 configure.ac | 4 ++--
 meson.build  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3e4e7895..ea618fbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
 AC_PREREQ([2.63])
 
 m4_define([nma_major_version], [1])
-m4_define([nma_minor_version], [8])
-m4_define([nma_micro_version], [41])
+m4_define([nma_minor_version], [10])
+m4_define([nma_micro_version], [0])
 m4_define([nma_version],
           [nma_major_version.nma_minor_version.nma_micro_version])
 
diff --git a/meson.build b/meson.build
index c9adb2f7..3740a229 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libnma', 'c',
-  version: '1.8.41',
+  version: '1.10.0',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',


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