shithub: libsamplerate

Download patch

ref: 66b5a48f5aedf9166ba88084592683ec7cff4f62
parent: 32a6ce8ddcf4e1b18bb42094d12601d2cdcffe93
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sat Dec 13 11:12:02 EST 2008

configure.ac : Bump version to 0.1.5pre1.

--- 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.4pre1],[erikd@mega-nerd.com])
+AC_INIT([libsamplerate],[0.1.5pre1],[erikd@mega-nerd.com])
 
 # Put config stuff in Cfg.
 AC_CONFIG_AUX_DIR(Cfg)
@@ -38,7 +38,7 @@
 #  6. If any interfaces have been removed since the last public release, then set age
 #     to 0.
 
-SHARED_VERSION_INFO="1:4:1"
+SHARED_VERSION_INFO="1:5:1"
 
 AC_PROG_CC
 AM_PROG_CC_C_O