From f7863cd788c3cf53ae85a53c2e39ccfc8c627304 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Tue, 11 Mar 2014 18:34:30 +0200 Subject: [PATCH] [usb-moded] Release 0.78.8 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b1dafce..a5a6243 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.78.7]) +AC_INIT([usb_moded], [0.78.8]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index 7d1af31..481c868 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +usb-moded (0.78.7) unstable; urgency=low + + * [usb-moded] Fix diag mode synclist to read files from the right location + + -- Philippe De Swert Tue, 11 Mar 2014 18:33:12 +0200 + usb-moded (0.78.7) unstable; urgency=low * [usb-moded] Sort modes alphabetically when reading. JB#15436