summaryrefslogtreecommitdiff
path: root/zip
diff options
context:
space:
mode:
Diffstat (limited to 'zip')
-rw-r--r--zip/zip.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/zip/zip.cpp b/zip/zip.cpp
index f848a77..07e20a4 100644
--- a/zip/zip.cpp
+++ b/zip/zip.cpp
@@ -1,5 +1,5 @@
/* ZIP plugin for Tux Commander
- * version 0.5.4, designed for ZipArchive v3.2.0
+ * version 0.5.5, designed for ZipArchive v3.2.0
* Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net>
* Check for updates on tuxcmd.sourceforge.net
*
@@ -47,8 +47,8 @@
-#define VERSION "0.5.4"
-#define BUILD_DATE "2009-10-04"
+#define VERSION "0.5.5"
+#define BUILD_DATE "2009-10-24"
#define DEFAULT_BLOCK_SIZE 65536
@@ -309,7 +309,7 @@ VFSGetPrefix (struct TVFSGlobs *globs)
}
char *
-VFSGetExts()
+VFSGetArchiveExts()
{
return g_strdup ("zip");
}