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

Begin to work on version 0.9.9

This commit is contained in:
nowrep 2011-03-19 18:56:54 +01:00
parent a29bfcf847
commit c8544c7804
6 changed files with 9 additions and 12 deletions

5
.gitignore vendored
View File

@ -1,10 +1,7 @@
build build
DEBIAN DEBIAN
tools_ tools_
src0.9.4 src0.*
src0.9.5
src0.9.6
src0.9.7
*.deb *.deb
*.pro.user *.pro.user
license_template license_template

2
README
View File

@ -1,7 +1,7 @@
################################# #################################
## QUPZILLA - WEB BROWSER ## ## QUPZILLA - WEB BROWSER ##
################################# #################################
Version: 0.9.8 Version: 0.9.9
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

@ -44,7 +44,7 @@
#include "pluginproxy.h" #include "pluginproxy.h"
#include "qtwin.h" #include "qtwin.h"
const QString QupZilla::VERSION="0.9.8"; const QString QupZilla::VERSION="0.9.9";
const QString QupZilla::BUILDTIME="03/12/2011 14:48"; const QString QupZilla::BUILDTIME="03/12/2011 14:48";
const QString QupZilla::AUTHOR="nowrep"; const QString QupZilla::AUTHOR="nowrep";
const QString QupZilla::COPYRIGHT="2010-2011"; const QString QupZilla::COPYRIGHT="2010-2011";

View File

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

View File

@ -3,8 +3,8 @@
IDI_ICON1 ICON DISCARDABLE "icon.ico" IDI_ICON1 ICON DISCARDABLE "icon.ico"
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,8,0 FILEVERSION 0,9,9,0
PRODUCTVERSION 0,9,8,0 PRODUCTVERSION 0,9,9,0
FILEFLAGS 0x0L FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L FILEOS 0x00040004L
@ -17,12 +17,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "QupZilla Association" VALUE "CompanyName", "QupZilla Association"
VALUE "FileDescription", "QupZilla Web Browser" VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "0.9.8.0" VALUE "FileVersion", "0.9.9.0"
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", "0.9.8.0" VALUE "ProductVersion", "0.9.9.0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -3,7 +3,7 @@ RequestExecutionLevel user
SetCompressor /SOLID /FINAL lzma SetCompressor /SOLID /FINAL lzma
!define PRODUCT_NAME "QupZilla" !define PRODUCT_NAME "QupZilla"
!define /date PRODUCT_VERSION "0.9.8" !define /date PRODUCT_VERSION "0.9.9"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\qupzilla.exe" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\qupzilla.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM" !define PRODUCT_UNINST_ROOT_KEY "HKLM"