From ec197533dc40f268268715e2c5d3234b2cc9f7b4 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Fri, 12 Jul 2013 08:59:00 +0200 Subject: [PATCH] make version dialog better readable, bump so-version of libmagicsmoke --- src/main.cpp | 4 ++-- src/smoke.pro | 1 + tzone | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 4523362..a0556b0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -138,14 +138,14 @@ void MApplication::versionDlg() TimeZoneLib::TZFile tzf=TimeStamp::defaultZoneFile(); auto unknown=[](const QString&s)->QString{if(s.isEmpty())return "(unknown)";else return "'"+s+"'";}; mb.setText(tr( "

MagicSmoke Version %3

" - "" + "
" "" "" "" "" "" "
Repository:%1
Revision:%2
Modification State:%4
Commit Time:%5
Committer:%6

\n" - "

Libraries

\n" + "

Libraries

\n
" "" "" "" diff --git a/src/smoke.pro b/src/smoke.pro index 9fd3ba3..cc046b8 100644 --- a/src/smoke.pro +++ b/src/smoke.pro @@ -4,6 +4,7 @@ TEMPLATE = lib TARGET = magicsmoke DESTDIR = $$PWD/../bin +VERSION = 2.0 #Localization TRANSLATIONS = \ diff --git a/tzone b/tzone index a701232..42d981f 160000 --- a/tzone +++ b/tzone @@ -1 +1 @@ -Subproject commit a701232e551d0a6ae26b14e1cba1c503bfa0e447 +Subproject commit 42d981fa8802b1bfb180a37044feae1e1e218075 -- 1.7.2.5
WOC:%7
%8
PACK Library:%9
%10
Qt:%11