Skip to content

Commit

Permalink
made the version number 0.5.2maemo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawand Dalatieh committed Nov 18, 2014
1 parent e68207c commit 877b305
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion droper.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ QT += core gui network

TARGET = Droper
TEMPLATE = app
VERSION = 0.5.2
VERSION = 0.5.2maemo


SOURCES += main.cpp\
Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ int main(int argc, char *argv[])
#ifdef Q_WS_MAEMO_5
// make it easier to find the config file in maemo
application.setOrganizationName("droper");
application.setApplicationName("droper0.5.2");
application.setApplicationName("droper0.5.2maemo");
#else
application.setOrganizationName("lawand");
application.setApplicationName("droper0.5.2");
application.setApplicationName("droper0.5.2maemo");
#endif

// load user data
Expand Down
6 changes: 3 additions & 3 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,10 @@ void MainWindow::on_aboutAction_triggered()
messageBox.setWindowTitle("Droper");

messageBox.setText(
"<b>Droper v0.5.2</b> - "
"<b>Droper v0.5.2maemo</b> - "
"<a href=\"http://www.dropbox.com/\">Dropbox</a> Client"
// "<br>"
// "(unstable testing version)"
"<br>"
"(unstable testing version)"
);

messageBox.setInformativeText(
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Droper 0.5.2
Droper 0.5.2maemo
------------

Droper is a Symbian Dropbox client that allows Dropbox users to access and
Expand All @@ -13,6 +13,9 @@ http://coinonedge.com/droper/
Changelog
---------

0.5.2maemo (2014-11-18)
-Made some minor UI updates to make the UI work better on Maemo.

0.5.2 (2014-11-18)
-Made minor changes.

Expand Down

0 comments on commit 877b305

Please sign in to comment.