[libchamplain] Post release version bump
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Post release version bump
- Date: Sun, 3 Mar 2019 19:57:09 +0000 (UTC)
commit 17079e5af95333ee67f338725e8f50837ce4b421
Author: Jiří Techet <techet gmail com>
Date: Sun Mar 3 20:56:43 2019 +0100
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 ece75a6..dfbca54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
m4_define([champlain_major_version], [0])
m4_define([champlain_minor_version], [12])
-m4_define([champlain_micro_version], [19])
+m4_define([champlain_micro_version], [20])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([champlain_minor_api_version], [m4_eval(champlain_minor_version + champlain_minor_version%2)])
diff --git a/meson.build b/meson.build
index 0922f5e..43e72e5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libchamplain', 'c',
- version: '0.12.19',
+ version: '0.12.20',
license: 'LGPLv2.1+',
meson_version: '>= 0.49.0',
default_options: [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]