[babl] post-release version bump



commit 76a87366d1ab8378ddc11d2118566ec9dcb1723b
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jul 24 18:36:26 2019 +0200

    post-release version bump

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c5df49f..c0fc9b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [68])
+m4_define([babl_micro_version], [69])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])
diff --git a/meson.build b/meson.build
index 27614c3..3a22e1b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('babl', 'c',
   license: 'LGPL3+',
-  version: '0.1.68',
+  version: '0.1.69',
   meson_version: '>=0.49.0',
   default_options: [
     'libdir=lib',


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