From 877596397307de556e17111577cef01be722fc91 Mon Sep 17 00:00:00 2001 From: Alexandre Arnt Date: Thu, 23 May 2024 11:22:58 -0300 Subject: [PATCH] 0.4.0 release --- CHANGELOG | 2 +- README.md | 4 ++-- src/strconstants.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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(){