From 973068ea64f0dc246a25d326b20d1c159eb4d29b Mon Sep 17 00:00:00 2001 From: "rafael@riseup.net" Date: Tue, 14 May 2013 17:40:06 +0000 Subject: [PATCH] version 0.7 --- darkice-gui/trunk/configure.in | 5 ++--- darkice-gui/trunk/documentation/CHANGES | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/darkice-gui/trunk/configure.in b/darkice-gui/trunk/configure.in index d794c34..f863476 100644 --- a/darkice-gui/trunk/configure.in +++ b/darkice-gui/trunk/configure.in @@ -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 diff --git a/darkice-gui/trunk/documentation/CHANGES b/darkice-gui/trunk/documentation/CHANGES index 2534869..7d29142 100644 --- a/darkice-gui/trunk/documentation/CHANGES +++ b/darkice-gui/trunk/documentation/CHANGES @@ -1,3 +1,6 @@ +0.7 + Added Opus support. + GTK3 support. 0.6.1 Added MP2 format option. Other small changes.