summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-12-21 13:17:59 +0000
committerLinus Walleij <triad@df.lth.se>2008-12-21 13:17:59 +0000
commitcb229570cfe9e67018355c252746bc4b4376239b (patch)
tree497b0c7460de5474b89ad48316193d55169bab7b
parent4ab47b2b431d6c3faf495106cf32b060d99e0e6a (diff)
downloadlibmtp-cb229570cfe9e67018355c252746bc4b4376239b.tar.gz
Release 0.3.5libmtp-0-3-5
-rw-r--r--ChangeLog4
-rw-r--r--src/Makefile.am6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c69b085..089fa3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-21 Linus Walleij <triad@df.lth.se>
+
+ * Release libmtp 0.3.5.
+
2008-12-15 Nathan Bullock <nathanbullock@gmail.com>
* src/libmtp.c: get folders to a flat list and we get O(n) searching
diff --git a/src/Makefile.am b/src/Makefile.am
index 680472b..3930842 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,9 +28,9 @@ EXTRA_DIST=libmtp.h.in libmtp.sym ptp-pack.c
# increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
# REVISION is set to 0, otherwise REVISION is incremented.
# ---------------------------------------------------------------------------
-CURRENT=9
-AGE=1
-REVISION=1
+CURRENT=10
+AGE=2
+REVISION=0
SOVERSION=$(CURRENT):$(REVISION):$(AGE)
if COMPILE_MINGW32