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

Updated code for build time

This commit is contained in:
nowrep 2011-03-20 15:02:22 +01:00
parent 4ebab625e4
commit 24626ed31f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ tools_
src0.* src0.*
*.deb *.deb
*.pro.user *.pro.user
headers*.tar.gz
license_template license_template
Makefile Makefile
TestPlugin-build TestPlugin-build

View File

@ -45,7 +45,7 @@
#include "qtwin.h" #include "qtwin.h"
const QString QupZilla::VERSION="0.9.9"; const QString QupZilla::VERSION="0.9.9";
const QString QupZilla::BUILDTIME="03/12/2011 14:48"; const QString QupZilla::BUILDTIME=QLocale(QLocale::English).toDateTime(__DATE__" "__TIME__, "MMM dd yyyy hh:mm:ss").toString("MM/dd/yyyy hh:ss");
const QString QupZilla::AUTHOR="nowrep"; const QString QupZilla::AUTHOR="nowrep";
const QString QupZilla::COPYRIGHT="2010-2011"; const QString QupZilla::COPYRIGHT="2010-2011";
const QString QupZilla::WWWADDRESS="http://qupzilla.ic.cz"; const QString QupZilla::WWWADDRESS="http://qupzilla.ic.cz";