diff --git a/README b/README index 66834e7..03e68c1 100644 --- a/README +++ b/README @@ -2,7 +2,6 @@ sidplayfp ========= https://github.com/libsidplayfp/sidplayfp -https://sourceforge.net/projects/sidplay-residfp/ sidplayfp is a console C64 music player which uses the libsidplayfp engine to provide the best SID listening experience. diff --git a/configure.ac b/configure.ac index 50b4df2..07a3293 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([sidplayfp], [2.1.0], [], [], [http://sourceforge.net/projects/sidplay-residfp/]) +AC_INIT([sidplayfp], [2.1.1], [], [], [https://github.com/libsidplayfp/sidplayfp/]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])