[libnma] release: bump version to 1.8.38



commit 89c46388258951ca356f9872c63f4f7c4cbcd592
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Thu Apr 7 09:45:57 2022 +0200

    release: bump version to 1.8.38

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ffcafe02..3b75f39b 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], [8])
-m4_define([nma_micro_version], [37])
+m4_define([nma_micro_version], [38])
 m4_define([nma_version],
           [nma_major_version.nma_minor_version.nma_micro_version])
 
diff --git a/meson.build b/meson.build
index d2396d0d..0b79b673 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libnma', 'c',
-  version: '1.8.37',
+  version: '1.8.38',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',


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