diff --git a/Makefile.am b/Makefile.am index 0981847..28f5b24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,5 +4,5 @@ SUBDIRS = src ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = mkinstalldirs Doxyfile REPORT-BUGS PLANS +EXTRA_DIST = mkinstalldirs REPORT-BUGS PLANS README.md diff --git a/NEWS b/NEWS index daa9de3..1e60ac1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Release: 0.9.0alpha1 +Date: 2016-06-25 + +Enabled Settings dialog under Audacious. +Updated to work with Audacious 3.6. +First release on Github. + Release: 0.7.1 Date: 2011-11-24 diff --git a/PLANS b/PLANS new file mode 100644 index 0000000..46ecded --- /dev/null +++ b/PLANS @@ -0,0 +1 @@ +Keep giving beauty to the world. diff --git a/REPORT-BUGS b/REPORT-BUGS new file mode 100644 index 0000000..8d62552 --- /dev/null +++ b/REPORT-BUGS @@ -0,0 +1 @@ +https://github.com/dprotti/infinity-plugin/issues/ diff --git a/configure.ac b/configure.ac index 02f3780..8dec3e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([Infinity plugin],[0.9.0alpha],[dprotti@users.sourceforge.net],[infinity-plugin-4-audacious]) +AC_INIT([Infinity plugin],[0.9.0alpha1],[dprotti@users.sourceforge.net],[infinity-plugin-4-audacious]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.9.0 dist-bzip2])