summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-19 17:30:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-19 17:30:05 -0400
commit4042e81b7bbf9be43b9a7fa084ebce9cf4dd5376 (patch)
treec0b48d838f995b600ec4cba8d4fc62580ed6a6d8
parent0d57fbe816e4c0d84369357a6d2c7752e96748ac (diff)
enable webdav on android
-rw-r--r--Makefile2
-rw-r--r--git-annex.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3fdd8ea5..76722179d 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
rm -f tmp/git-annex.dmg.bz2
bzip2 --fast tmp/git-annex.dmg
-ANDROID_FLAGS=Assistant -Pairing -XMPP -WebDAV
+ANDROID_FLAGS=Assistant -Pairing -XMPP
# Cross compile for Android.
# Uses https://github.com/neurocyte/ghc-android
android: Build/EvilSplicer
diff --git a/git-annex.cabal b/git-annex.cabal
index 6502c480e..089a2c4f8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 4.20130417
+Version: 4.20130418
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>