Skip to content

Commit 648742d

Browse files
update version number to 1.3.1
1 parent 0a9efe9 commit 648742d

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 = dnscpp
5-
export SONAME = 1.2
6-
export VERSION = 1.2.8
5+
export SONAME = 1.3
6+
export VERSION = 1.3.1
77

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

0 commit comments

Comments
 (0)