diff --git a/README.md b/README.md index f7d01a70e..755ae1d18 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ This program is packaged for **Debian**, **Ubuntu**, **ArchLinux**, **Mint**, ** If you are using [ExaBGP](http://github.com/thomas-mangin/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/thomas-mangin/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/thomas-mangin/exabgp/archive/3.2.13.tar.gz -> tar zxvf 3.2.13.tar.gz -> cd exabgp-3.2.13 +> wget https://github.com/thomas-mangin/exabgp/archive/3.2.16.tar.gz +> tar zxvf 3.2.16.tar.gz +> cd exabgp-3.2.16 > ./sbin/exabgp --help ``` diff --git a/debian/changelog b/debian/changelog index 4720b5fd6..158122805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -exabgp (3.2.15-0) unstable; urgency=low +exabgp (3.2.16-0) unstable; urgency=low - * Unreleased package of ExaBGP. + * latest ExaBGP release. - -- Henry-Nicolas Tourneur Sun, 22 Sep 2013 16:00:00 +0000 + -- Henry-Nicolas Tourneur Sun, 8 Oct 2013 12:00:00 +0000 diff --git a/lib/exabgp/version.py b/lib/exabgp/version.py index d5756f22e..6526e0f45 100644 --- a/lib/exabgp/version.py +++ b/lib/exabgp/version.py @@ -1,4 +1,4 @@ -version="3.2.13" +version="3.2.16" # Do not change the first line as it is parsed by scripts diff --git a/sbin/exabgp b/sbin/exabgp index 0a5d93945..1edbfb3b7 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.13 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.16 if [ "$INTERPRETER" != "" ] then diff --git a/sbin/exabmp b/sbin/exabmp index 71b6c35b1..6869ab5aa 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.13 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.2.16 if [ "$INTERPRETER" != "" ] then