Skip to content

Commit

Permalink
0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnt committed May 23, 2024
1 parent dd2cd93 commit 8775963
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion src/strconstants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ QString StrConstants::getApplicationName(){
}

QString StrConstants::getApplicationVersion(){
return "0.4.0 (dev)";
return "0.4.0";
}

QString StrConstants::getQtVersion(){
Expand Down

0 comments on commit 8775963

Please sign in to comment.