summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2013-01-06 16:20:07 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2013-01-06 16:20:07 +0100
commit40a78764595406f6576826164fa11d893e601535 (patch)
tree5e2338796e024f3e5518438a86700e8d32939347 /extras
parentde85d6a2fbcf0b88f8b7024aefc5397b69efea09 (diff)
build: Bump libmtp dependency to 1.1.0
Libmtp 1.1.0 has been released in June 2011 and has several ABI changes compared to 0.3.0. Requiring this version allows us to get rid of several compile-time checks and trickery. Original suggestion and patch by IBBoard and Andres Aragoneses.
Diffstat (limited to 'extras')
-rwxr-xr-xextras/create-release-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/create-release-notes b/extras/create-release-notes
index bfe0816dd..322fa438e 100755
--- a/extras/create-release-notes
+++ b/extras/create-release-notes
@@ -81,7 +81,7 @@ $features
<li>TagLib# (taglib-sharp) &gt;= 2.0.3.7</li>
<li>Required to build default feature stack:
<ul>
- <li>libmtp &gt;= 0.3.0</li>
+ <li>libmtp &gt;= 1.1.0</li>
<li>mono-zeroconf &gt;= 0.8.0</li>
<li>boo &gt;= 0.8.1</li>
<li>webkit-1.0 &gt;= 1.2.2</li>