Skip to content

Commit

Permalink
Bump version to 0.86.0+mer47
Browse files Browse the repository at this point in the history
[usb_moded] Add missing ifdef for connman. JB#51296
[usb_moded] Add missing ifdef for sailfishaccesscontrol. JB#51296
[build] Only required dependencies for enabled components. JB#51296

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Sep 22, 2020
1 parent 1cfb99e commit 966ac06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config-static.h
Expand Up @@ -11,7 +11,7 @@
#define PACKAGE_NAME "usb_moded"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "usb_moded 0.86.0+mer46"
#define PACKAGE_STRING "usb_moded 0.86.0+mer47"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "usb_moded"
Expand All @@ -20,13 +20,13 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.86.0+mer46"
#define PACKAGE_VERSION "0.86.0+mer47"

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.86.0+mer46"
#define VERSION "0.86.0+mer47"

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.86.0+mer46])
AC_INIT([usb_moded], [0.86.0+mer47])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AM_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion rpm/usb-moded.spec
@@ -1,5 +1,5 @@
Name: usb-moded
Version: 0.86.0+mer46
Version: 0.86.0+mer47
Release: 2
Summary: USB mode controller
License: LGPLv2
Expand Down

0 comments on commit 966ac06

Please sign in to comment.