diff --git a/CHANGELOG b/CHANGELOG index 8a56ac1..c69aebc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.4.0 (dev) +0.4.0 (2024/05/23) BugFix: When clicking on a outdated pkg inside Output tab, do not go to the Info tab if the pkg is not shown in the list. BugFix: Update FreeBSD pkg wiki site (thanks to eduardo). diff --git a/README.md b/README.md index e117777..e872248 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ The project is compatible with [FreeBSD](https://www.freebsd.org/), [DragonFly B # pkg install octopkg ``` -### Follow the steps bellow to compile the latest source code (you'll need curl, git and qt5 packages): +### Follow the steps bellow to compile the latest source code (you'll need curl, git and qt6 packages): ``` $ git clone https://github.com/aarnt/octopkg $ cd octopkg -$ /usr/local/lib/qt5/bin/qmake +$ qmake6 $ make # make install ``` diff --git a/src/strconstants.cpp b/src/strconstants.cpp index a5ba2af..3618624 100644 --- a/src/strconstants.cpp +++ b/src/strconstants.cpp @@ -27,7 +27,7 @@ QString StrConstants::getApplicationName(){ } QString StrConstants::getApplicationVersion(){ - return "0.4.0 (dev)"; + return "0.4.0"; } QString StrConstants::getQtVersion(){