Skip to content

Commit

Permalink
ready for 3.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Oct 8, 2013
1 parent 249db8e commit 347a121
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 22 Sep 2013 16:00:00 +0000
-- Henry-Nicolas Tourneur <[email protected]> Sun, 8 Oct 2013 12:00:00 +0000
2 changes: 1 addition & 1 deletion lib/exabgp/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="3.2.13"
version="3.2.16"

# Do not change the first line as it is parsed by scripts

Expand Down
2 changes: 1 addition & 1 deletion sbin/exabgp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sbin/exabmp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 347a121

Please sign in to comment.