We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c5d4f commit d6062d2Copy full SHA for d6062d2
2 files changed
ChangeLog
@@ -1,3 +1,9 @@
1
+vitamtp (2.5.4) unstable; urgency=low
2
+
3
+ * Updated vitamtp protocol version so is compatible with FW 3.30.
4
5
+ -- codestation <codestation404@gmail.com> Sun, 29 Jun 2014 00:00:00 -0000
6
7
vitamtp (2.5.3) unstable; urgency=low
8
9
* Fixed wrong size in metadata under windows platforms.
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.52])
-AC_INIT([vitamtp], [2.5.3], [codestation@gmail.com])
+AC_INIT([vitamtp], [2.5.4], [codestation@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/vitamtp.c])
0 commit comments