aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.am
diff options
context:
space:
mode:
author[email protected] <[email protected]>2015-04-30 06:32:01 -0700
committer[email protected] <[email protected]>2015-04-30 06:32:01 -0700
commitf7c46f03fd8d883ac2811948aa71c7623069d070 (patch)
tree603ff3fa8aed203cb3ab48250a964a6fae6b2e57 /Makefile.am
parent7c27a5d5f8747527085f428bb44c5669b328398f (diff)
downloadenet-f7c46f03fd8d883ac2811948aa71c7623069d070.tar.gz
enet-f7c46f03fd8d883ac2811948aa71c7623069d070.zip
enet 1.3.13 release prepv1.3.13
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e44cfb..e839463 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ enetinclude_HEADERS = \
lib_LTLIBRARIES = libenet.la
libenet_la_SOURCES = callbacks.c compress.c host.c list.c packet.c peer.c protocol.c unix.c win32.c
# see info '(libtool) Updating version info' before making a release
-libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 7:0:0
+libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 7:1:0
AM_CPPFLAGS = -I$(top_srcdir)/include
ACLOCAL_AMFLAGS = -Im4