Skip to content

Commit 18cd6fc

Browse files
Bump version to 2.5.0
1 parent 89c2075 commit 18cd6fc

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.4
6-
export VERSION = 2.4.0
5+
export SONAME = 2.5
6+
export VERSION = 2.5.0
77

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

0 commit comments

Comments
 (0)