Skip to content

Commit c49dca3

Browse files
Bump version to 4.1.0
1 parent 10d7df6 commit c49dca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PREFIX ?= /usr
22
INCLUDE_DIR = ${PREFIX}/include
33
LIBRARY_DIR = ${PREFIX}/lib
44
export LIBRARY_NAME = amqpcpp
5-
export SONAME = 4.0
6-
export VERSION = 4.0.1
5+
export SONAME = 4.1
6+
export VERSION = 4.1.0
77

88
all:
99
$(MAKE) -C src all

0 commit comments

Comments
 (0)