Skip to content

Commit d4cb764

Browse files
author
Jakub Wieczorek
committed
Bump version and update the ChangeLog for 0.7.1.
1 parent be376a3 commit d4cb764

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.1
2+
Fix Windows build.
3+
Fix building in parallel (make -jX).
4+
5+
16
0.7.0
27
Interface
38
- Add support for OpenSearch to the toolbar search

buildosx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
APP="Arora"
7-
VERSION="0.7.0"
7+
VERSION="0.7.1"
88
#BACKGROUND="src/data/512x512/arora.png"
99

1010
DIR="bundle"

debian-upstream/changelog.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
arora (0.7.0~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
1+
arora (0.7.1~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
22

33
* Initial release (LP: #231731)
44

src/browserapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ BrowserApplication::BrowserApplication(int &argc, char **argv)
9595
{
9696
QCoreApplication::setOrganizationDomain(QLatin1String("arora-browser.org"));
9797
QCoreApplication::setApplicationName(QLatin1String("Arora"));
98-
QString version = QLatin1String("0.7.0");
98+
QString version = QLatin1String("0.7.1");
9999
QString gitVersion = QLatin1String(GITCHANGENUMBER);
100100
if (gitVersion != QLatin1String("0")
101101
&& !gitVersion.isEmpty())

0 commit comments

Comments
 (0)