We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e2d21 commit 2bb1300Copy full SHA for 2bb1300
Makefile
@@ -2,8 +2,8 @@ PREFIX ?= /usr
2
INCLUDE_DIR = ${PREFIX}/include
3
LIBRARY_DIR = ${PREFIX}/lib
4
export LIBRARY_NAME = amqpcpp
5
-export SONAME = 2.6
6
-export VERSION = 2.6.2
+export SONAME = 2.7
+export VERSION = 2.7.0
7
8
all:
9
$(MAKE) -C src all
0 commit comments