From 9c3c6b273f11e410861d175a8e12ca1b396f10ce 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, 20 Jan 2020 20:04:13 +0800
Subject: [PATCH] Releasing apertis 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 db29650..0444ea8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([prestwood_major], [0])
-m4_define([prestwood_minor], [1706])
-m4_define([prestwood_micro], [0])
+m4_define([prestwood_minor], [2020])
+m4_define([prestwood_micro], [1])
 
 m4_define([prestwood_version], [prestwood_major.prestwood_minor.prestwood_micro])
 
diff --git a/debian/changelog b/debian/changelog
index 4c89e1c..0dd4722 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+prestwood (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, 20 Jan 2020 20:03:16 +0800
+
 prestwood (0.1706.0co4) apertis; urgency=medium
 
   * Switch to native source package format.
-- 
GitLab