shithub: opus-tools

Download patch

ref: 5d832fb70f45577b5620c9cd457e8d1403224dd7
parent: f2eceef28942b2a6055ace9c936936a1de48eff9
author: Gregory Maxwell <greg@xiph.org>
date: Fri Dec 7 01:49:39 EST 2012

Bump version.

--- a/Makefile.unix
+++ b/Makefile.unix
@@ -2,7 +2,7 @@
 #Run ./configure to run autotools/autoconf.
 #This makefile exists as a fallback where autotools isn't working.
 #CC=gcc
-CFLAGS := -DPACKAGE='"opus-tools"' -DVERSION='"0.1.5git"' -DOPUSTOOLS -O2 -g -c -Wall -Wextra -DHAVE_GETOPT_H -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT $(CFLAGS)
+CFLAGS := -DPACKAGE='"opus-tools"' -DVERSION='"0.1.6"' -DOPUSTOOLS -O2 -g -c -Wall -Wextra -DHAVE_GETOPT_H -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT $(CFLAGS)
 INCLUDES := -I../opus/include
 
 ifneq (,$(findstring mingw,$(CC)))
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 
 OPUSTOOLS_MAJOR_VERSION=0
 OPUSTOOLS_MINOR_VERSION=1
-OPUSTOOLS_MICRO_VERSION=5
-OPUSTOOLS_EXTRA_VERSION=git
+OPUSTOOLS_MICRO_VERSION=6
+OPUSTOOLS_EXTRA_VERSION=
 
 OPUSTOOLS_VERSION="$OPUSTOOLS_MAJOR_VERSION.$OPUSTOOLS_MINOR_VERSION.$OPUSTOOLS_MICRO_VERSION$OPUSTOOLS_EXTRA_VERSION"
 AC_MSG_CHECKING([git revision])