summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2011-05-10 01:22:50 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2011-05-10 01:22:50 +0000
commit1251e3c4b2b4845fc5a0ee01b56a6c2669437cad (patch)
treee0b55195cde4d5f2f4844132fdb286e2906c947e /configure.ac
parentdd3a2d24cb75eb4c8f9c65dddd79e23546bf36b0 (diff)
downloadhaserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.bz2
haserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.xz
0.9.29 candidate
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 161fc3e..91404c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([haserl],[0.9.28],[Nathan Angelacos - nangel@users.sourceforge.net],[haserl])
+AC_INIT([haserl],[0.9.29],[Nathan Angelacos - nangel@users.sourceforge.net],[haserl])
AM_INIT_AUTOMAKE([haserl],[$PACKAGE_VERSION])
# Checks for programs.
@@ -185,7 +185,6 @@ CFLAGS="$CFLAGS -Wall"
AC_CONFIG_FILES([Makefile
src/Makefile
doc/Makefile
- tests/Makefile
])