File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ For others debian and ubuntu
626626
627627If you are NOT in debian unstable or testing (if you are, see
628628above for better instructions), you can use this
629- `.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0-1_all.deb >`_.
629+ `.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1 -1_all.deb >`_.
630630
631631Download it and install doing::
632632
@@ -646,7 +646,7 @@ Multiplatform tarball
646646Finally you can always get the multiplatform tarball and install
647647it in the old fashion way::
648648
649- wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.orig.tar.gz
649+ wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.1. orig.tar.gz
650650 tar -xf fades_*.tar.gz
651651 cd fades-*
652652 sudo ./setup.py install
Original file line number Diff line number Diff line change 11"""Holder of the fades version number."""
22
3- VERSION = (9 , 0 )
3+ VERSION = (9 , 0 , 1 )
44__version__ = '.' .join ([str (x ) for x in VERSION ])
You can’t perform that action at this time.
0 commit comments