Skip to content

Commit

Permalink
change version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jan 6, 2014
1 parent 1da924c commit 3a65ec4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <henry.nicolas@tourneur.be> Mon, 23 Nov 2013 14:30:00 +0000
-- Henry-Nicolas Tourneur <henry.nicolas@tourneur.be> Mon, 6 Jan 2014 22: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.19"
version="3.3.0"

# 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.19
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.3.0

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.19
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.3.0

if [ "$INTERPRETER" != "" ]
then
Expand Down

0 comments on commit 3a65ec4

Please sign in to comment.