From kde-commits Sat Jul 17 06:34:23 2010 From: Eike Hein Date: Sat, 17 Jul 2010 06:34:23 +0000 To: kde-commits Subject: extragear/utils/yakuake Message-Id: <20100717063423.7B812AC76A () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127934851501165 SVN commit 1150926 by hein: Adjust for release. M +1 -1 ChangeLog M +5 -2 NEWS M +2 -2 app/main.cpp --- trunk/extragear/utils/yakuake/ChangeLog #1150925:1150926 @@ -1,4 +1,4 @@ -Changes since 2.9.6: +Changes in 2.9.7: * Fixed compilation with gcc 4.4 (missing cstdio include). * Fixed quit action bypassing the "Confirm quit when more than one session is open" setting. --- trunk/extragear/utils/yakuake/NEWS #1150925:1150926 @@ -1,7 +1,10 @@ -Tue May 19 06:00:00 CEST 2008 +Tue Jul 17 09:00:00 CEST 2010 +Released Yakuake 2.9.7. + +Tue May 19 06:00:00 CEST 2009 Released Yakuake 2.9.6. -Mon May 11 00:30:00 CEST 2008 +Mon May 11 00:30:00 CEST 2009 Released Yakuake 2.9.5. Thu Sep 04 16:00:00 CEST 2008 --- trunk/extragear/utils/yakuake/app/main.cpp #1150925:1150926 @@ -45,10 +45,10 @@ KAboutData aboutData("yakuake", 0, ki18nc("@title", "Yakuake"), - "2.9.6+", + "2.9.7", ki18nc("@title", "A drop-down terminal emulator based on KDE Konsole technology."), KAboutData::License_GPL, - ki18nc("@info:credit", "(c) 2008-2009 The Yakuake Team"), + ki18nc("@info:credit", "(c) 2008-2010 The Yakuake Team"), ki18n(0), "http://yakuake.kde.org/");