diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index 77a1112d0..6a0952891 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -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"; diff --git a/src/app/qupzilla.h b/src/app/qupzilla.h index 45d8cb0e0..b09c9732c 100644 --- a/src/app/qupzilla.h +++ b/src/app/qupzilla.h @@ -23,7 +23,7 @@ #endif //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 e490cd766..9e8fe2829 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,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"