add exfat to partitions.cpp
diff --git a/partition.cpp b/partition.cpp
index cf7aab8..c9b10da 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -359,6 +359,7 @@
 		File_System == "vfat" ||
 		File_System == "ntfs" ||
 		File_System == "yaffs2" ||
+		File_System == "exfat" ||
 		File_System == "auto")
 		return true;
 	else
diff --git a/variables.h b/variables.h
index ba69e0b..5bcd7ec 100644
--- a/variables.h
+++ b/variables.h
@@ -17,7 +17,7 @@
 #ifndef _VARIABLES_HEADER_
 #define _VARIABLES_HEADER_
 
-#define TW_VERSION_STR              "2.3.1.1"
+#define TW_VERSION_STR              "2.3.1.3"
 
 #define TW_USE_COMPRESSION_VAR      "tw_use_compression"
 #define TW_IGNORE_IMAGE_SIZE        "tw_ignore_image_size"