diff --git a/README.md b/README.md index 976c9ec8b..f1e42d080 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ This program is packaged for **Debian**, **Ubuntu**, **ArchLinux**, **Mint**, ** If you are using [ExaBGP](http://github.com/Exa-Networks/exabgp) from source (or git), it **does not need to be installed** on your server ( using "python setup.py install" ). Simply run [ExaBGP](http://github.com/Exa-Networks/exabgp) from the extracted archive, or your local git repository. It allows to run several versions at the same time without conflict. ```sh -> wget https://github.com/Exa-Networks/exabgp/archive/3.2.17.tar.gz -> tar zxvf 3.2.17.tar.gz -> cd exabgp-3.2.17 +> wget https://github.com/Exa-Networks/exabgp/archive/3.2.18.tar.gz +> tar zxvf 3.2.18.tar.gz +> cd exabgp-3.2.18 > ./sbin/exabgp --help ``` diff --git a/debian/changelog b/debian/changelog index a83cd7096..b06dfb87f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -exabgp (3.2.17-0) unstable; urgency=low +exabgp (3.2.18-0) unstable; urgency=low * latest ExaBGP release. - -- Henry-Nicolas Tourneur Mon, 4 Nov 2013 18:30:00 +0000 + -- Henry-Nicolas Tourneur Mon, 18 Nov 2013 14:30:00 +0000 diff --git a/lib/exabgp/version.py b/lib/exabgp/version.py index 71b081643..090977d56 100644 --- a/lib/exabgp/version.py +++ b/lib/exabgp/version.py @@ -1,4 +1,4 @@ -version="3.2.17" +version="3.2.18" # Do not change the first line as it is parsed by scripts diff --git a/sbin/exabgp b/sbin/exabgp index 458a92423..52a9a0e2b 100755 --- a/sbin/exabgp +++ b/sbin/exabgp @@ -15,7 +15,7 @@ case $dirname in ;; esac -export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.17 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.18 if [ "$INTERPRETER" != "" ] then diff --git a/sbin/exabmp b/sbin/exabmp index fb8b9e009..d2d50d920 100755 --- a/sbin/exabmp +++ b/sbin/exabmp @@ -15,7 +15,7 @@ case $dirname in ;; esac -export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.17 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.18 if [ "$INTERPRETER" != "" ] then