From cfad6d086799b2c30cd85f386ec387e8af9a2a3e Mon Sep 17 00:00:00 2001 From: pabs Date: Thu, 29 Jan 2009 15:10:46 -0500 Subject: increment version number, add ZipStream::$VERSION --- zipstream.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zipstream.php') 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, -- cgit v1.2.3