Skip to content
Snippets Groups Projects
Commit 9583a9d1 authored by Simon McVittie's avatar Simon McVittie
Browse files

0.1706.0

parent 190db5f1
No related branches found
No related tags found
No related merge requests found
Frome 0.1706.0
==============
Fix:
• Add missing compiler and preprocessor flags for code coverage
Frome 0.1703.0
==============
Major changes:
......
......@@ -2,7 +2,7 @@ AC_PREREQ(2.65)
# Release version
m4_define([frome_version_major],[0])
m4_define([frome_version_minor],[1703])
m4_define([frome_version_minor],[1706])
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:0:1])
AC_SUBST([FROME_LT_VERSION],[1:1:1])
# Dependencies
AX_PKG_CHECK_MODULES([FROME],
......
frome (0.1706.0-0co1) 17.06; urgency=medium
[ Thushara Malali Somesha ]
* Add missing compiler and preprocessor flags for code coverage
-- Simon McVittie <smcv@collabora.com> Fri, 14 Apr 2017 15:15:36 +0100
frome (0.1703.0-0co1) 17.03; urgency=medium
[ Luis Araujo ]
......
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