comparison configure.ac @ 925:81cfc0b26865

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Nov 2012 18:54:18 +0200
parents 03c3b7696187
children 5deb09a95b74
comparison
equal deleted inserted replaced
924:6ef144912c0f 925:81cfc0b26865
4 4
5 dnl Require autoconf 2.65 or later 5 dnl Require autoconf 2.65 or later
6 AC_PREREQ([2.65]) 6 AC_PREREQ([2.65])
7 7
8 dnl Initialize 8 dnl Initialize
9 AC_INIT([XMMS-SID], [0.8.96], [ccr@tnsp.org]) 9 AC_INIT([XMMS-SID], [0.8.97], [ccr@tnsp.org])
10 AC_COPYRIGHT([[(C) 2003-2012 Matti 'ccr' Hamalainen]]) 10 AC_COPYRIGHT([[(C) 2003-2012 Matti 'ccr' Hamalainen]])
11 AC_CONFIG_SRCDIR([src/xmms-sid.h]) 11 AC_CONFIG_SRCDIR([src/xmms-sid.h])
12 AM_INIT_AUTOMAKE 12 AM_INIT_AUTOMAKE
13 AC_CONFIG_HEADERS([src/config.h]) 13 AC_CONFIG_HEADERS([src/config.h])
14 AM_GNU_GETTEXT_VERSION([0.18.1]) 14 AM_GNU_GETTEXT_VERSION([0.18.1])