diff options
author | pabs <pabs@pablotron.org> | 2009-01-29 15:10:46 -0500 |
---|---|---|
committer | pabs <pabs@pablotron.org> | 2009-01-29 15:10:46 -0500 |
commit | cfad6d086799b2c30cd85f386ec387e8af9a2a3e (patch) | |
tree | 9fd8f91a08a2a1bb941a93afa20ff85351337f4e | |
parent | 4b92594a2bb902a44fc614aac65c3e5a35213597 (diff) | |
download | zipstream-php-cfad6d086799b2c30cd85f386ec387e8af9a2a3e.tar.bz2 zipstream-php-cfad6d086799b2c30cd85f386ec387e8af9a2a3e.zip |
increment version number, add ZipStream::$VERSION
-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, |