From 553e22bbb492f2696484818b8daaa536bb4c1afa Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 26 Mar 2011 08:29:51 +0000 Subject: [PATCH] Bump to v2.7.1 --- Changelog | 2 +- src/Info.plist | 2 +- version.pri | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index b6b576094..335c4af54 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.7.1 +* Sat Mar 26 2011 - Christophe Dumez - v2.7.1 - BUGFIX: Limit file names to 255 bytes to avoid issues on Linux FS - BUGFIX: Fix possible crash when changing the priority of a file - BUGFIX: Magnet link association fix on Win32 (sledgehammer999) diff --git a/src/Info.plist b/src/Info.plist index b3aebebfd..1689ebb4b 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.7.0 + 2.7.1 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index e1aee098e..2d6cf1f43 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.7.0\"\' + DEFINES += VERSION=\'\"v2.7.1\"\' } else { - DEFINES += VERSION=\\\"v2.7.0\\\" + DEFINES += VERSION=\\\"v2.7.1\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=7 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL