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 --- README | 2 +- zipstream.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index e528f37..4285d11 100644 --- a/README +++ b/README @@ -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, -- cgit v1.2.3