1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Introducing version 0.9.8

This commit is contained in:
nowrep 2011-03-05 13:27:47 +01:00
parent 23e61ceccf
commit 4e992ccb3e
3 changed files with 7 additions and 7 deletions

View File

@ -44,8 +44,8 @@
#include "pluginproxy.h"
#include "qtwin.h"
const QString QupZilla::VERSION="0.9.7";
const QString QupZilla::BUILDTIME="03/05/2011 14:48";
const QString QupZilla::VERSION="0.9.8";
const QString QupZilla::BUILDTIME="03/12/2011 14:48";
const QString QupZilla::AUTHOR="nowrep";
const QString QupZilla::COPYRIGHT="2010-2011";
const QString QupZilla::WWWADDRESS="http://qupzilla.ic.cz";

View File

@ -23,7 +23,7 @@
#endif
//Comment for release building
#define DEVELOPING
//#define DEVELOPING
//Check if i don't fuck anything
#ifdef QT_NO_DEBUG

View File

@ -3,8 +3,8 @@
IDI_ICON1 ICON DISCARDABLE "icon.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,7,0
PRODUCTVERSION 0,9,7,0
FILEVERSION 0,9,8,0
PRODUCTVERSION 0,9,8,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "QupZilla Association"
VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "0.9.7.0"
VALUE "FileVersion", "0.9.8.0"
VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep"
VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "0.9.7.0"
VALUE "ProductVersion", "0.9.8.0"
END
END
BLOCK "VarFileInfo"