aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--zipstream.php2
2 files changed, 3 insertions, 1 deletions
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,