~ubuntu-branches/ubuntu/quantal/arora/quantal

« back to all changes in this revision

Viewing changes to src/browserapplication.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-12-07 09:52:39 UTC
  • mfrom: (1.1.13 upstream) (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091207095239-00h2eyq1fompivh5
Tags: 0.10.2-0ubuntu1
* New upstream release 
* Merge from Debian, remaining changes:
 - Add watch file
 - Add postinst and prerm for x-www-browser
 - Provides www-browser
 - Add dh_desktop to debian/rules
 - Better clean rule
 - Use quilt and add patch target
 - kubuntu_01_locationbar_painting_fix.diff from upstream
 - kubuntu_03_flash_install_prompt.diff for kubuntu notifier
 - kubuntu_04_webpage_destructor.diff from upstream
 - kubuntu_05_no_javascript_fix.diff from upstream
 - kubuntu_06_fix_desktop_translations.diff make translations work

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
{
106
106
    QCoreApplication::setOrganizationDomain(QLatin1String("arora-browser.org"));
107
107
    QCoreApplication::setApplicationName(QLatin1String("Arora"));
108
 
    QString version = QLatin1String("0.10.1");
 
108
    QString version = QLatin1String("0.10.2");
109
109
    QString gitVersion = QLatin1String(GITCHANGENUMBER);
110
110
    if (gitVersion != QLatin1String("0")
111
111
        && !gitVersion.isEmpty())