summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-03 20:14:17 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-03 20:14:17 +0000
commit8e578fd6eee081b3d330a1c2dcfa542b52cbad6b (patch)
tree86b9bd5cba0d2addb7fd37f07f0f89c1cfefb7cd /Makefile
parentc75f365573d0bacb4a4338e248d756c542f5f7a2 (diff)
Bump SONAME of libtonezone to 2.0:
API and ABI have not changed from Zaptel, but the library behaves differently. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5226 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c41619a..37bff53 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ LTZ_A:=libtonezone.a
LTZ_A_OBJS:=zonedata.o tonezone.o version.o
LTZ_SO:=libtonezone.so
LTZ_SO_OBJS:=zonedata.lo tonezone.lo version.o
-LTZ_SO_MAJOR_VER:=1
+LTZ_SO_MAJOR_VER:=2
LTZ_SO_MINOR_VER:=0
# sbindir, libdir, includedir and mandir are defined in makeopts