Skip to content

Commit

Permalink
change version to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Dec 11, 2014
1 parent 8b33a07 commit bb24d30
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The program is [BSD licenced](https://github.com/Exa-Networks/exabgp/blob/master
So have a look and take control your network from any unix servers.

```sh
> wget https://github.com/Exa-Networks/exabgp/archive/3.4.3.tar.gz
> tar zxvf 3.4.3.tar.gz
> cd exabgp-3.4.3
> wget https://github.com/Exa-Networks/exabgp/archive/3.4.4.tar.gz
> tar zxvf 3.4.4.tar.gz
> cd exabgp-3.4.4
> ./sbin/exabgp --help
```

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
exabgp (3.4.4-1) unstable; urgency=low

* latest ExaBGP release.

-- Henry-Nicolas Tourneur <[email protected]> Fri, 11 Dec 2014 17:00:00 +0000

exabgp (3.4.3-1) unstable; urgency=low

* latest ExaBGP release.
Expand Down
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.4.3"
version="3.4.4"

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

PYPY=`which pypy 2>/dev/null`
PYTHON27=`which python2.7 2>/dev/null`
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.4.3
export PYTHONPATH=$path/lib:/usr/share/exabgp/lib/3.4.4

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

0 comments on commit bb24d30

Please sign in to comment.