aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
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