[libnma] release: bump version to 1.8.28



commit 0c40a6aeaabbf2673e48360dc00419793da084b8
Author: Thomas Haller <thaller redhat com>
Date:   Fri Mar 6 19:03:12 2020 +0100

    release: bump version to 1.8.28

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5927601f..a86f0365 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], [27])
+m4_define([nma_micro_version], [28])
 m4_define([nma_version],
           [nma_major_version.nma_minor_version.nma_micro_version])
 
diff --git a/meson.build b/meson.build
index b7417f19..82c25212 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libnma', 'c',
-  version: '1.8.27',
+  version: '1.8.28',
   license: 'GPL2+',
   default_options: [
     'buildtype=debugoptimized',


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