From 8365d0f31d6101b8638ed42bcc0942cff2fedbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 25 Jul 2005 10:14:38 +0000 Subject: updated to version 0.3 svn path=/trunk/externals/iem/aconnect/; revision=3373 --- Makefile | 6 +++--- configure | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6587828..205e234 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ INSTALL_BIN=$(PREFIX)/extra INSTALL_DOC=$(PREFIX)/extra/help-$(LIBNAME) EXT = pd_linux -DEFS = -DHAVE_ALSA -DACONNECT_VERSION=\"0.2\" +DEFS = -DHAVE_ALSA -DACONNECT_VERSION=\"0.3\" IFLAGS = -I. $(INCLUDES) CC = gcc @@ -19,8 +19,8 @@ WFLAGS = MAKEDEP_FLAGS = -MM -TARNAME = $(LIBNAME)-0.2.tgz -BINTARNAME = $(LIBNAME)-0.2-bin.tgz +TARNAME = $(LIBNAME)-0.3.tgz +BINTARNAME = $(LIBNAME)-0.3-bin.tgz .SUFFIXES: .$(EXT) diff --git a/configure b/configure index 8fc55ec..07d4bb2 100755 --- a/configure +++ b/configure @@ -1291,7 +1291,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -VERSION=0.2 +VERSION=0.3 ac_ext=c ac_cpp='$CPP $CPPFLAGS' diff --git a/configure.ac b/configure.ac index 7ce5e20..7d493eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(aconnect.c) -VERSION=0.2 +VERSION=0.3 dnl Checks for programs. AC_PROG_CC -- cgit v1.2.1