-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated debian and mmpack packaging Change-Id: Ie45b2590c58dbf70fd67e5b2e4a24b760c243a4c
- Loading branch information
Showing
7 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
# - If any interfaces have been removed since the last public release, then | ||
# set age to 0. | ||
|
||
m4_define([lib_current],4) | ||
m4_define([lib_current],5) | ||
m4_define([lib_revision],0) | ||
m4_define([lib_age],4) | ||
m4_define([lib_age],5) | ||
|
||
# Setup autoconf | ||
AC_INIT(mmlib,[1.0.0],[[email protected]]) | ||
AC_INIT(mmlib,[1.1.0],[[email protected]]) | ||
AC_CONFIG_SRCDIR([src/mmlog.h]) | ||
#AC_CONFIG_LIBOBJ_DIR([lib]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
general: | ||
name: mmlib | ||
version: 1.0.0+next3 | ||
version: 1.1.0 | ||
maintainer: [email protected] | ||
url: https://github.com/mmlabs-mindmaze/mmlib | ||
description: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters