Skip to content
Snippets Groups Projects
Commit 95a2a9e3 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Release frome version 0.2019.0-0co1

parent 05b41188
Branches apertis/v2019 apertis/v2020dev0
Tags apertis/0.2019.0-0co1 v0.2019.0
1 merge request!2Release frome 0.2019.0
Frome 0.2019.0
==============
Fix:
• Fix GCC warning causing the build to fail with -Werror
Frome 0.1706.0
==============
Fix:
......
......@@ -2,7 +2,7 @@ AC_PREREQ(2.65)
# Release version
m4_define([frome_version_major],[0])
m4_define([frome_version_minor],[1706])
m4_define([frome_version_minor],[2019])
m4_define([frome_version_micro],[0])
# API version
......@@ -41,7 +41,7 @@ AC_SUBST([FROME_API_VERSION],frome_api_version)
# increment age.
# 4. If any interfaces have been removed or changed since the last public
# release, then set age to 0.
AC_SUBST([FROME_LT_VERSION],[1:1:1])
AC_SUBST([FROME_LT_VERSION],[1:2:1])
# Dependencies
AX_PKG_CHECK_MODULES([FROME],
......
frome (0.2019.0-0co1) apertis; urgency=medium
* Fix GCC warning causing the build to fail with -Werror
* debian/gbp.conf: Fix spurious escape character
-- Emanuele Aina <emanuele.aina@collabora.com> Thu, 22 Aug 2019 23:36:31 +0000
frome (0.1706.0-0co2) apertis; urgency=medium
* Make compiler warnings non-fatal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment