Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalGoslawski committed Jan 8, 2019
1 parent 10d7df6 commit c49dca3
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 = 4.0
export VERSION = 4.0.1
export SONAME = 4.1
export VERSION = 4.1.0

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

0 comments on commit c49dca3

Please sign in to comment.