Diff between b22bbf873f819ceef4d50feabcebe907f309c68a and f0302d90a1db2b2b504819bba61f99681f3bdb72

Changed Files

File Additions Deletions Status
doc/supported-features.txt +1 -1 modified
src/profile.c +1 -1 modified

Full Patch

diff --git a/doc/supported-features.txt b/doc/supported-features.txt
index f04cf4a..8b71bfe 100644
--- a/doc/supported-features.txt
+++ b/doc/supported-features.txt
@@ -36,7 +36,7 @@ AVCTP			1.3		CT, TG
 AVRCP			1.5		CT, TG
 
 GOEP			2.0		Client, Server
-FTP			1.2		Client, Server
+FTP			1.3		Client, Server
 OPP			1.2		Client, Server
 SYNCH			1.1		Client
 PBAP			1.1		Client, Server
diff --git a/src/profile.c b/src/profile.c
index c62224a..6bc6778 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -2126,7 +2126,7 @@ static struct default_settings {
 		.mode		= BT_IO_MODE_ERTM,
 		.authorize	= true,
 		.get_record	= get_ftp_record,
-		.version	= 0x0102,
+		.version	= 0x0103,
 	}, {
 		.uuid		= OBEX_SYNC_UUID,
 		.name		= "Synchronization",