Skip to content

Commit

Permalink
Preparation for 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnt committed Jun 17, 2024
1 parent 94f489a commit 49555c9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.17 (dev)
0.16.2 (dev)
Updated translations.

0.16.1 (2024-06-09)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(octopi VERSION 0.16.1 LANGUAGES CXX)
project(octopi VERSION 0.16.2 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_pkgname=octopi
pkgname=octopi-git
pkgver=0.16.1.latest
pkgver=0.16.2.latest
pkgrel=1
pkgdesc="This is Octopi, a powerful Pacman frontend using Qt libs (git checkout)"
url="https://tintaescura.com/projects/octopi/"
Expand Down
Binary file modified resources/translations/octopi_pt_PT.qm
Binary file not shown.
12 changes: 6 additions & 6 deletions resources/translations/octopi_pt_PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="96"/>
<source>Info</source>
<translation>Informações</translation>
<translation>Informação</translation>
</message>
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="101"/>
Expand Down Expand Up @@ -107,7 +107,7 @@
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="354"/>
<source>&amp;Get latest distro news</source>
<translation>&amp;Obter as últimas notícias da distro</translation>
<translation>&amp;Obter as últimas notícias da distribuição</translation>
</message>
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="366"/>
Expand All @@ -132,7 +132,7 @@
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="402"/>
<source>Collapse all items</source>
<translation>Colapsar todos os itens</translation>
<translation>Recolher todos os itens</translation>
</message>
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="411"/>
Expand Down Expand Up @@ -207,7 +207,7 @@
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="559"/>
<source>Repository Editor</source>
<translation>Editor de Repositório</translation>
<translation>Editor de Repositórios</translation>
</message>
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="571"/>
Expand All @@ -227,7 +227,7 @@
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="615"/>
<source>Use Instant Search</source>
<translation>Utilizar procura rápida</translation>
<translation>Usar pesquisa rápida</translation>
</message>
<message>
<location filename="Projects/octopi/ui/mainwindow.ui" line="623"/>
Expand All @@ -252,7 +252,7 @@
<message>
<location filename="Projects/octopi/src/mainwindow_help.cpp" line="81"/>
<source>For more information, visit:</source>
<translation>Para mais informação, visite:</translation>
<translation>Para mais informações, visite:</translation>
</message>
<message>
<location filename="Projects/octopi/src/mainwindow_help.cpp" line="84"/>
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Collection of Octopi constants and enums
*/

const QString ctn_APPLICATION_VERSION(QStringLiteral("0.17 (dev)"));
const QString ctn_APPLICATION_VERSION(QStringLiteral("0.16.2"));

//MainWindow related
enum SystemUpgradeOptions { ectn_NO_OPT, ectn_SYNC_DATABASE_OPT, ectn_NOCONFIRM_OPT };
Expand Down

0 comments on commit 49555c9

Please sign in to comment.