From f6e4788bd13fcbb155a407b08c6bf251d954d5d8 Mon Sep 17 00:00:00 2001 From: nowrep Date: Tue, 31 May 2011 21:31:25 +0200 Subject: [PATCH] Started to work on 1.0.0-b3 version --- 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 ac1fec01c..b8ab36e62 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ ################################# ## 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 Written in Qt Framework http://qt.nokia.com diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index f2ad53b91..cb01aadb4 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -54,7 +54,7 @@ #include "closedtabsmanager.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 = __DATE__" "__TIME__; const QString QupZilla::AUTHOR = "nowrep"; diff --git a/src/appicon.rc b/src/appicon.rc index cee2451fa..60dabe303 100644 --- a/src/appicon.rc +++ b/src/appicon.rc @@ -18,12 +18,12 @@ BEGIN BEGIN VALUE "CompanyName", "QupZilla Association" 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 "InternalName", "qupzilla" VALUE "OriginalFilename", "qupzilla.exe" VALUE "ProductName", "QupZilla" - VALUE "ProductVersion", "1.0.0.b2" + VALUE "ProductVersion", "1.0.0.b3" END END BLOCK "VarFileInfo"