summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-17 20:38:22 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-17 20:38:22 +0100
commit00ea95d7249311c21aeb68c0569f8648e5e339e3 (patch)
treefe98805a50d03c035eec5ae4c0a2e4086f225a5d
parentcf1376082676cbcf514fc15d9fc7a418a03f2133 (diff)
bump to 0.3.0
-rw-r--r--README2
-rw-r--r--about.txt3
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index ed6893c4..c9cb5e7c 100644
--- a/README
+++ b/README
@@ -12,5 +12,5 @@ optional dependencies
libsndfile: for sndfile plugin
libcdio: for cd audio plugin
-if you want to build from git - install autotools, and run ./autogen.sh before compiling
+if you want to build from git - install autotools, and run autoreconf
diff --git a/about.txt b/about.txt
index 4148272d..976413c1 100644
--- a/about.txt
+++ b/about.txt
@@ -19,7 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Note that other included libraries and plugins may have separate licensing terms.
-Global hotkeys plugin
+
+Global hotkeys plugin, CD Audio plugin
Copyright © Viktor Semykin <thesame.ml@gmail.com>
diff --git a/configure.ac b/configure.ac
index 9429a914..327ebcf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT
AC_CONFIG_HEADER(config.h)
PACKAGE="deadbeef"
-VERSION="0.3.0-rc4"
+VERSION="0.3.0"
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)