From 412c8b0fd5556053e9b1c4682f8151b64a19f8ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 1 Feb 2019 17:22:50 +0100 Subject: [PATCH] release 0.1.62 --- configure.ac | 2 +- meson.build | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 43b1aa5..c59b4d1 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], [61]) +m4_define([babl_micro_version], [62]) 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 21958b4..abc84d6 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.61', + version: '0.1.62', meson_version: '>=0.40.0', default_options: [ 'libdir=lib', @@ -8,7 +8,7 @@ project('babl', 'c', 'localstatedir=/var', 'sharedstatedir=/var/lib' ], - # http://bugzilla.gnome.org/enter_bug.cgi?product=GEGL + # https://gitlab.gnome.org/GNOME/babl/issues/ ) # Making releases on the stable branch: -- 2.30.2