From 600fea903e903de51d384f16713107b0274132ae Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sun, 1 Feb 2009 15:48:37 +0000 Subject: [PATCH] get ready for 0.7.2 release svn path=/branches/KDE4/; revision=3025 --- README | 4 ++-- src/main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c44022cb..b34c99e7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Kdenlive V 0.7.1 by Jean-Baptiste Mardelle +Kdenlive V 0.7.2 by Jean-Baptiste Mardelle Kdenlive is a video editing application for KDE. @@ -12,7 +12,7 @@ the following webpage : http://www.mltframework.org -This version of Kdenlive requires MLT version >= 0.3.2. It may work with different +This version of Kdenlive requires MLT version >= 0.3.4. It may work with different versions, but this is not guaranteed, or (at this stage of development) likely. diff --git a/src/main.cpp b/src/main.cpp index d7a8ebb1..110c2f48 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) { KAboutData aboutData(QByteArray("kdenlive"), QByteArray("kdenlive"), - ki18n("Kdenlive"), QByteArray("0.7.1"), + ki18n("Kdenlive"), QByteArray("0.7.2"), ki18n("An open source video editor."), KAboutData::License_GPL, ki18n("Copyright (c) 2008 Development team")); -- 2.39.2