Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalGoslawski committed Jun 30, 2016
1 parent b91e058 commit f3343ad
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.5
export VERSION = 2.5.2
export SONAME = 2.6
export VERSION = 2.6.0

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

0 comments on commit f3343ad

Please sign in to comment.