1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-14 02:52:12 +01:00

Started to work on 1.0.0-b3 version

This commit is contained in:
nowrep 2011-05-31 21:31:25 +02:00
parent b09d7c39b8
commit f6e4788bd1
3 changed files with 4 additions and 4 deletions

2
README
View File

@ -1,7 +1,7 @@
################################# #################################
## QUPZILLA - WEB BROWSER ## ## QUPZILLA - WEB BROWSER ##
################################# #################################
Version: 1.0.0-b2 Version: 1.0.0-b3
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
Written in Qt Framework http://qt.nokia.com Written in Qt Framework http://qt.nokia.com

View File

@ -54,7 +54,7 @@
#include "closedtabsmanager.h" #include "closedtabsmanager.h"
#include "statusbarmessage.h" #include "statusbarmessage.h"
const QString QupZilla::VERSION = "1.0.0-b2"; const QString QupZilla::VERSION = "1.0.0-b3";
//const QString QupZilla::BUILDTIME = QLocale(QLocale::English).toDateTime(__DATE__" "__TIME__, "MMM d yyyy hh:mm:ss").toString("MM/dd/yyyy hh:ss"); //const QString QupZilla::BUILDTIME = QLocale(QLocale::English).toDateTime(__DATE__" "__TIME__, "MMM d yyyy hh:mm:ss").toString("MM/dd/yyyy hh:ss");
const QString QupZilla::BUILDTIME = __DATE__" "__TIME__; const QString QupZilla::BUILDTIME = __DATE__" "__TIME__;
const QString QupZilla::AUTHOR = "nowrep"; const QString QupZilla::AUTHOR = "nowrep";

View File

@ -18,12 +18,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "QupZilla Association" VALUE "CompanyName", "QupZilla Association"
VALUE "FileDescription", "QupZilla Web Browser" VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "1.0.0.b2" VALUE "FileVersion", "1.0.0.b3"
VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep" VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep"
VALUE "InternalName", "qupzilla" VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe" VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla" VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "1.0.0.b2" VALUE "ProductVersion", "1.0.0.b3"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"