shithub: libsamplerate

Download patch

ref: a58d434a5ed3eb10023fd2c04aba3252569b3d34
parent: a5bb97c058efef5921975f105bb3a8e408835b76
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sat Mar 15 07:54:01 EDT 2008

Bump version to 0.1.3.

--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
     * src/* tests/*
     Remove all traces of old SRC_OLD_SINC_* converters.
 
+    * configure.ac
+    Bump version to 0.1.3.
+
 2008-03-11  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * doc/api_simple.html
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@
 AC_INIT
 AC_CONFIG_SRCDIR([src/samplerate.c])
 AC_CANONICAL_TARGET([])
-AM_INIT_AUTOMAKE(libsamplerate,0.1.3pre7)
+AM_INIT_AUTOMAKE(libsamplerate,0.1.3)
 AM_CONFIG_HEADER(src/config.h)
 
 #------------------------------------------------------------------------------------
@@ -284,14 +284,4 @@
 	echo -e "the addition of \"${prefix}/lib/pkgconfig\" to the "
 	echo -e "PKG_CONFIG_PATH environment variable.\n"
 	fi
-
-ifelse(dnl	
-
- Do not edit or modify anything in this comment block.
- The arch-tag line is a file identity tag for the GNU Arch 
- revision control system.
-
- arch-tag: ea0a8fed-620b-4dff-917a-7a32a2368908
-
-)dnl