Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalGoslawski committed Nov 6, 2015
1 parent 1370afe commit e6cf349
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.2
export VERSION = 2.2.3
export SONAME = 2.3
export VERSION = 2.3.0

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

0 comments on commit e6cf349

Please sign in to comment.