diff --git a/README.md b/README.md index d1db66b8e..f1f7fb72d 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ This program is packaged for **Debian**, **Ubuntu**, **ArchLinux**, **Gentoo**, 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.19.tar.gz -> tar zxvf 3.2.19.tar.gz -> cd exabgp-3.2.19 +> wget https://github.com/Exa-Networks/exabgp/archive/3.3.0.tar.gz +> tar zxvf 3.3.0.tar.gz +> cd exabgp-3.3.0 > ./sbin/exabgp --help ``` diff --git a/debian/changelog b/debian/changelog index da48a7802..9a1eaad94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -exabgp (3.2.19-0) unstable; urgency=low +exabgp (3.3.0-0) unstable; urgency=low * latest ExaBGP release. - -- Henry-Nicolas Tourneur Mon, 23 Nov 2013 14:30:00 +0000 + -- Henry-Nicolas Tourneur Mon, 6 Jan 2014 22:00:00 +0000 diff --git a/lib/exabgp/version.py b/lib/exabgp/version.py index 5ac2cda04..99bce067a 100644 --- a/lib/exabgp/version.py +++ b/lib/exabgp/version.py @@ -1,4 +1,4 @@ -version="3.2.19" +version="3.3.0" # Do not change the first line as it is parsed by scripts diff --git a/sbin/exabgp b/sbin/exabgp index cd3df9b73..1166bac9f 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.19 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.3.0 if [ "$INTERPRETER" != "" ] then diff --git a/sbin/exabmp b/sbin/exabmp index 61e30db9d..5aabee10d 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.19 +export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.3.0 if [ "$INTERPRETER" != "" ] then