diff options
author | pabs <pabs@pablotron.org> | 2009-03-09 22:37:16 -0400 |
---|---|---|
committer | pabs <pabs@pablotron.org> | 2009-03-09 22:37:16 -0400 |
commit | 6fa0613c0f131fa20ec89f9478ca8b556424024d (patch) | |
tree | 94b0bfe464cf1d02c9e40cbd6148c20d529db3f3 /zipstream.php | |
parent | e931073d578e0c6d424a26f0f5f66fa99cfebe8f (diff) | |
download | zipstream-php-0.2.1.tar.bz2 zipstream-php-0.2.1.zip |
update version to 0.2.1v0.2.1
Diffstat (limited to 'zipstream.php')
-rw-r--r-- | zipstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstream.php b/zipstream.php index fdf923c..a004277 100644 --- a/zipstream.php +++ b/zipstream.php @@ -79,7 +79,7 @@ # $zip->finish(); # class ZipStream { - const VERSION = '0.2.0'; + const VERSION = '0.2.1'; var $opt = array(), $files = array(), |