Skip to content

Commit 03f81bd

Browse files
committed
Update the version number from 1.0.3 to 1.0.4 in README.md.
1 parent 9f14f8e commit 03f81bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Installation
2121

2222
### Install from a tar-ball
2323

24-
Download snzip-1.0.3.tar.gz from https://bintray.com/kubo/generic/snzip,
24+
Download snzip-1.0.4.tar.gz from https://bintray.com/kubo/generic/snzip,
2525
uncompress and untar it, and run configure.
2626

27-
tar xvfz snzip-1.0.3.tar.gz
28-
cd snzip-1.0.3
27+
tar xvfz snzip-1.0.4.tar.gz
28+
cd snzip-1.0.4
2929
./configure
3030

3131
If you didn't install snappy under `/usr` or `/usr/local`, you need to specify
@@ -40,8 +40,8 @@ the location by `--with-snappy` as follows.
4040
cd ..
4141

4242
# install snzip
43-
tar xvfz snzip-1.0.3.tar.gz
44-
cd snzip-1.0.3
43+
tar xvfz snzip-1.0.4.tar.gz
44+
cd snzip-1.0.4
4545
./configure --with-snappy=/usr/local/snappy
4646

4747
You can use `--with-default-format` to change the default compression format.
@@ -50,12 +50,12 @@ You can use `--with-default-format` to change the default compression format.
5050

5151
### Install as a rpm package
5252

53-
We don't provide rpm packages. You need to download snzip-1.0.3.tar.gz
53+
We don't provide rpm packages. You need to download snzip-1.0.4.tar.gz
5454
from https://bintray.com/kubo/generic/snzip, create a rpm package as follows and
5555
install it.
5656

5757
# The rpm package will be created under $HOME/rpmbuild/RPMS.
58-
rpmbuild -tb snzip-1.0.3.tar.gz
58+
rpmbuild -tb snzip-1.0.4.tar.gz
5959

6060
### Install from the latest source
6161

@@ -68,7 +68,7 @@ To use source code in the github repository.
6868

6969
### Install a Windows package.
7070

71-
Download `snzip-1.0.3-win32.zip` or `snzip-1.0.3-win64.zip` from
71+
Download `snzip-1.0.4-win32.zip` or `snzip-1.0.4-win64.zip` from
7272
https://bintray.com/kubo/generic/snzip and copy `snzip.exe` and `snunzip.exe`
7373
to a directory in the PATH environment variable.
7474

0 commit comments

Comments
 (0)