1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

Start working on RC1

This commit is contained in:
nowrep 2011-10-02 17:42:55 +02:00
parent 5f6a982b12
commit b73bcf5808
4 changed files with 5 additions and 5 deletions

2
README
View File

@ -1,7 +1,7 @@
################################# #################################
## QUPZILLA - WEB BROWSER ## ## QUPZILLA - WEB BROWSER ##
################################# #################################
Version: 1.0.0-b4 Version: 1.0.0-rc1
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

@ -57,7 +57,7 @@
#include "navigationbar.h" #include "navigationbar.h"
#include "pagescreen.h" #include "pagescreen.h"
const QString QupZilla::VERSION = "1.0.0-b4"; const QString QupZilla::VERSION = "1.0.0-rc1";
//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

@ -19,7 +19,7 @@
#define QUPZILLA_H #define QUPZILLA_H
//Comment for release building //Comment for release building
//#define DEVELOPING #define DEVELOPING
#ifdef QT_NO_DEBUG #ifdef QT_NO_DEBUG
#ifdef DEVELOPING #ifdef DEVELOPING

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.b4" VALUE "FileVersion", "1.0.0.rc1"
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.b4" VALUE "ProductVersion", "1.0.0.rc1"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"