From fb716068084a5a8a6280a914a3aa043c01a4434e Mon Sep 17 00:00:00 2001 From: nowrep Date: Thu, 7 Apr 2011 20:27:26 +0200 Subject: [PATCH 1/2] Starting to work on version 1.0.0-rc1 --- README | 2 +- src/app/qupzilla.cpp | 2 +- src/app/qupzilla.h | 2 +- src/appicon.rc | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 7d93c9dcb..c08ef26e3 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ ################################# ## QUPZILLA - WEB BROWSER ## ################################# -Version: 0.9.9 +Version: 1.0.0-rc1 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 diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index 5f4e5e36e..9b233ae7a 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -47,7 +47,7 @@ #include "adblockmanager.h" #include "clickablelabel.h" -const QString QupZilla::VERSION = "0.9.9"; +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 = __DATE__" "__TIME__; const QString QupZilla::AUTHOR = "nowrep"; diff --git a/src/app/qupzilla.h b/src/app/qupzilla.h index d4c1c288b..b643f5408 100644 --- a/src/app/qupzilla.h +++ b/src/app/qupzilla.h @@ -19,7 +19,7 @@ #define QUPZILLA_H //Comment for release building -//#define DEVELOPING +#define DEVELOPING //Check if i don't fuck anything #ifdef QT_NO_DEBUG diff --git a/src/appicon.rc b/src/appicon.rc index 19d9397ad..023dd8fb7 100644 --- a/src/appicon.rc +++ b/src/appicon.rc @@ -3,8 +3,8 @@ IDI_ICON1 ICON DISCARDABLE "icon.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,9,0 - PRODUCTVERSION 0,9,9,0 + FILEVERSION 1,0,0,0 + PRODUCTVERSION 1,0,0,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.9.0" + VALUE "FileVersion", "1.0.0.rc1" VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep" VALUE "InternalName", "qupzilla" VALUE "OriginalFilename", "qupzilla.exe" VALUE "ProductName", "QupZilla" - VALUE "ProductVersion", "0.9.9.0" + VALUE "ProductVersion", "1.0.0.rc1" END END BLOCK "VarFileInfo" From b52c30128df73fdccc83e552cdf38f02f1930667 Mon Sep 17 00:00:00 2001 From: nowrep Date: Thu, 7 Apr 2011 20:54:55 +0200 Subject: [PATCH 2/2] Changed planned version from rc1 to beta1 --- README | 2 +- src/app/qupzilla.cpp | 2 +- src/appicon.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index c08ef26e3..6bcb0a541 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ ################################# ## QUPZILLA - WEB BROWSER ## ################################# -Version: 1.0.0-rc1 +Version: 1.0.0-b1 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 diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index 9b233ae7a..040890dcf 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -47,7 +47,7 @@ #include "adblockmanager.h" #include "clickablelabel.h" -const QString QupZilla::VERSION = "1.0.0-rc1"; +const QString QupZilla::VERSION = "1.0.0-b1"; //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::AUTHOR = "nowrep"; diff --git a/src/appicon.rc b/src/appicon.rc index 023dd8fb7..d4cd402d2 100644 --- a/src/appicon.rc +++ b/src/appicon.rc @@ -17,12 +17,12 @@ BEGIN BEGIN VALUE "CompanyName", "QupZilla Association" VALUE "FileDescription", "QupZilla Web Browser" - VALUE "FileVersion", "1.0.0.rc1" + VALUE "FileVersion", "1.0.0.b1" VALUE "LegalCopyright", "Copyright (C) 2010-2011 nowrep" VALUE "InternalName", "qupzilla" VALUE "OriginalFilename", "qupzilla.exe" VALUE "ProductName", "QupZilla" - VALUE "ProductVersion", "1.0.0.rc1" + VALUE "ProductVersion", "1.0.0.b1" END END BLOCK "VarFileInfo"