[libnma] release: bump version to 1.10.2



commit 0b0295005cdf10bfb3e38c02509750fcc8416956
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Sep 9 15:22:53 2022 +0200

    release: bump version to 1.10.2

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c36d1641..16bbc471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
 
 m4_define([nma_major_version], [1])
 m4_define([nma_minor_version], [10])
-m4_define([nma_micro_version], [1])
+m4_define([nma_micro_version], [2])
 m4_define([nma_version],
           [nma_major_version.nma_minor_version.nma_micro_version])
 
diff --git a/meson.build b/meson.build
index 9e06a65c..aed39895 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libnma', 'c',
-  version: '1.10.1',
+  version: '1.10.2',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',


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