From 3f5e62a794904c174191a021a4bb87c602fb95e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrew=20Lee=20=28=E6=9D=8E=E5=81=A5=E7=A7=8B=29?=
 <ajqlee@debian.org>
Date: Mon, 13 Jan 2020 19:18:46 +0800
Subject: [PATCH] Release Didcot version 0.2020.1

---
 configure.ac     | 4 ++--
 debian/changelog | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9579477..d557452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([didcot_major], [0])
-m4_define([didcot_minor], [1703])
-m4_define([didcot_micro], [7])
+m4_define([didcot_minor], [2020])
+m4_define([didcot_micro], [1])
 m4_define([didcot_nano], [0])
 
 m4_define([didcot_base_version],
diff --git a/debian/changelog b/debian/changelog
index 114e2d6..0ddeb34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+didcot (0.2020.1) apertis; urgency=medium
+
+  * Switch to native format to work with the GitLab-to-OBS pipeline
+  * gitlab-ci: Link to the Apertis GitLab CI pipeline definition
+
+ -- Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>  Mon, 13 Jan 2020 19:17:01 +0800
+
 didcot (0.1703.7-0co4) apertis; urgency=medium
 
   * debian/control: Depend on the hotdoc-0.8 branch
-- 
GitLab