version 0.7
This commit is contained in:
parent
0c92e04b80
commit
973068ea64
|
@ -8,14 +8,13 @@ AC_PROG_CC
|
|||
dnl tests C compiler
|
||||
AC_LANG([C])
|
||||
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.7"
|
||||
AC_SUBST(VERSION)
|
||||
|
||||
AC_CHECK_FUNC(mmap,,AC_MSG_ERROR(Sorry, you need mmap. If you are reading this, email-me and report this problem and your system description - rafael@riseup.net))
|
||||
AC_CHECK_FUNC(gettext,,AC_MSG_ERROR(Sorry, you need gettext. If you are reading this, email-me and report this problem and your system description - rafael@riseup.net))
|
||||
|
||||
#AM_PATH_GTK_3_0(3.0.0)
|
||||
AM_PATH_GTK_2_0(2.0.0)
|
||||
AM_PATH_GTK_2_0(2.14.0)
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
0.7
|
||||
Added Opus support.
|
||||
GTK3 support.
|
||||
0.6.1
|
||||
Added MP2 format option.
|
||||
Other small changes.
|
||||
|
|
Loading…
Reference in New Issue