Outdated version in About dialog box
This is really trivial stuff, but whatever... Even if adriconf is now at release 1.5.1, the in-program About box still says "Version 1.0.0". Line 616 in GUI.cpp needs a change from: this->aboutDialog.set_version("1.0.0"); to: this->aboutDialog.set_version("1.5.1");