Skip to content

Commit 2bb1300

Browse files
Update Makefile
1 parent 16e2d21 commit 2bb1300

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 = 2.6
6-
export VERSION = 2.6.2
5+
export SONAME = 2.7
6+
export VERSION = 2.7.0
77

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

0 commit comments

Comments
 (0)