mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Updated code for build time
This commit is contained in:
parent
4ebab625e4
commit
24626ed31f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ tools_
|
|||
src0.*
|
||||
*.deb
|
||||
*.pro.user
|
||||
headers*.tar.gz
|
||||
license_template
|
||||
Makefile
|
||||
TestPlugin-build
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "qtwin.h"
|
||||
|
||||
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::COPYRIGHT="2010-2011";
|
||||
const QString QupZilla::WWWADDRESS="http://qupzilla.ic.cz";
|
||||
|
|
Loading…
Reference in New Issue
Block a user