mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
parent
38c4d347c9
commit
76f324549e
@ -1,6 +1,6 @@
|
|||||||
/* ============================================================
|
/* ============================================================
|
||||||
* QupZilla - WebKit based browser
|
* QupZilla - WebKit based browser
|
||||||
* Copyright (C) 2010-2012 David Rosca <nowrep@gmail.com>
|
* Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
const QString QupZilla::VERSION = "1.3.5";
|
const QString QupZilla::VERSION = "1.3.5";
|
||||||
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
|
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
|
||||||
const QString QupZilla::AUTHOR = "David Rosca";
|
const QString QupZilla::AUTHOR = "David Rosca";
|
||||||
const QString QupZilla::COPYRIGHT = "2010-2012";
|
const QString QupZilla::COPYRIGHT = "2010-2013";
|
||||||
const QString QupZilla::WWWADDRESS = "http://www.qupzilla.com";
|
const QString QupZilla::WWWADDRESS = "http://www.qupzilla.com";
|
||||||
const QString QupZilla::WIKIADDRESS = "https://github.com/QupZilla/qupzilla/wiki";
|
const QString QupZilla::WIKIADDRESS = "https://github.com/QupZilla/qupzilla/wiki";
|
||||||
const QString QupZilla::WEBKITVERSION = qWebKitVersion();
|
const QString QupZilla::WEBKITVERSION = qWebKitVersion();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
; QupZilla Windows Installer NSIS Script
|
; QupZilla Windows Installer NSIS Script
|
||||||
; Copyright (C) 2010-2012 David Rosca <nowrep@gmail.com>
|
; Copyright (C) 2010-2013 David Rosca <nowrep@gmail.com>
|
||||||
;
|
;
|
||||||
; For compiling this script you need following plugins:
|
; For compiling this script you need following plugins:
|
||||||
; FindProcDLL_plug-in, KillProcDLL_plug-in and 'AllAssociation.nsh' needs
|
; FindProcDLL_plug-in, KillProcDLL_plug-in and 'AllAssociation.nsh' needs
|
||||||
|
Loading…
Reference in New Issue
Block a user