This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
forked from yifanlu/VitaMTP
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated changelog and version in configure.ac
- Loading branch information
1 parent
07c5d4f
commit d6062d2
Showing
2 changed files
with
7 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
vitamtp (2.5.4) unstable; urgency=low | ||
|
||
* Updated vitamtp protocol version so is compatible with FW 3.30. | ||
|
||
-- codestation <[email protected]> Sun, 29 Jun 2014 00:00:00 -0000 | ||
|
||
vitamtp (2.5.3) unstable; urgency=low | ||
|
||
* Fixed wrong size in metadata under windows platforms. | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.52]) | ||
AC_INIT([vitamtp], [2.5.3], [[email protected]]) | ||
AC_INIT([vitamtp], [2.5.4], [[email protected]]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AM_INIT_AUTOMAKE([foreign]) | ||
AC_CONFIG_SRCDIR([src/vitamtp.c]) | ||
|