shithub: libsamplerate

Download patch

ref: 5464b8948e759d0d3a219c783a725be5a53be2fe
parent: 8e2d37f2c195c6c2e677b87e2bccbe5f2a23a175
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Fri Apr 3 14:36:53 EDT 2009

configure.ac : Bump version to 1.0.0 due to API change.

--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
     aligned correctly when either the library or client code gets compiled with
     -malign-double.
 
+    * configure.ac
+    Bump version to 1.0.0 due to API change.
+
 2009-02-26  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * Win32/Makefile.msvc
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 dnl Require autoconf version >= 2.57)
 AC_PREREQ(2.57)
 
-AC_INIT([libsamplerate],[0.1.7],[erikd@mega-nerd.com])
+AC_INIT([libsamplerate],[1.0.0pre1],[erikd@mega-nerd.com])
 
 # Put config stuff in Cfg.
 AC_CONFIG_AUX_DIR(Cfg)