Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalGoslawski committed Jan 15, 2016
1 parent 89c2075 commit 18cd6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PREFIX = /usr
INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = amqpcpp
export SONAME = 2.4
export VERSION = 2.4.0
export SONAME = 2.5
export VERSION = 2.5.0

all:
$(MAKE) -C src all
Expand Down

0 comments on commit 18cd6fc

Please sign in to comment.