diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | zipstream.php | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ZipStream 0.1.1 README +ZipStream 0.1.2 README ====================== Please see the file COPYING for licensing and warranty information. The diff --git a/zipstream.php b/zipstream.php index 445d689..63413e4 100644 --- a/zipstream.php +++ b/zipstream.php @@ -75,6 +75,8 @@ # $zip->finish(); # class ZipStream { + static $VERSION = '0.1.2'; + var $opt = array(), $files = array(), $cdr_ofs = 0, |