Skip to content

Commit b158ec3

Browse files
author
Jakub Wieczorek
committed
Bump version.
1 parent 203d652 commit b158ec3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.1"
7+
VERSION="0.8.0"
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.1~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
1+
arora (0.8.0~git##DATE##-1~##DIST##1~upstream1) ##DIST##; urgency=low
22

33
* Initial release (LP: #231731)
44

generateReleaseContributors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
./generateAuthors 0.6.0..HEAD | while read line
2+
./generateAuthors 0.7.0..HEAD | while read line
33
do
44
name=`echo $line | sed -e 's/ [^ ]*@[^ ]*//g'`
55
email=`echo $line | sed -e 's/.* //g' | tr [A-Z] [a-z]`

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.1");
98+
QString version = QLatin1String("0.8.0");
9999
QString gitVersion = QLatin1String(GITCHANGENUMBER);
100100
if (gitVersion != QLatin1String("0")
101101
&& !gitVersion.isEmpty())

0 commit comments

Comments
 (0)