diff --git a/COPYRIGHT b/COPYRIGHT index 72bd3563..d19521e7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -3,7 +3,7 @@ znapzend - A ZFS backup system Copyright by Dominik Hassler, Tobias Oetiker and the other people listed in the AUTHORS file. -2014-06-01 +2014-06-03 All rights reserved. diff --git a/README.md b/README.md index 478f5984..ca6d584f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ZnapZend 0.3.0 +ZnapZend 0.4.0 -------------- [![Build Status](https://travis-ci.org/oetiker/znapzend.svg?branch=master)](https://travis-ci.org/oetiker/znapzend) @@ -14,15 +14,15 @@ itself. To zetup znapzend follow these zimple inztructionz ```sh -wget https://github.com/oetiker/znapzend/releases/download/v0.3.0/znapzend-0.3.0.tar.gz -tar zxvf znapzend-0.3.0.tar.gz -cd znapzend-0.3.0 -./configure --prefix=/opt/znapzend-0.3.0 +wget https://github.com/oetiker/znapzend/releases/download/v0.4.0/znapzend-0.4.0.tar.gz +tar zxvf znapzend-0.4.0.tar.gz +cd znapzend-0.4.0 +./configure --prefix=/opt/znapzend-0.4.0 ``` if configure complains about missing perl modules, run ```sh -./setup/build-thirdparty.sh /opt/znapzend-0.3.0/thirdparty +./setup/build-thirdparty.sh /opt/znapzend-0.4.0/thirdparty ``` now you can run configure again and then @@ -36,4 +36,4 @@ now you can configure the thing with the znapzendzetup program Enjoy! Dominik Hassler & Tobi Oetiker -2014-06-01 +2014-06-03