diff options
author | Lee Salzman <[email protected]> | 2013-08-16 01:19:06 +0300 |
---|---|---|
committer | Lee Salzman <[email protected]> | 2013-08-16 01:19:06 +0300 |
commit | dc48f76192d0bf144f507c26625d2c6f4a106108 (patch) | |
tree | 95f624e5b9f79f5a5b50e6b0f652d166c276c3ef /Makefile.am | |
parent | c0713c47e664341c16cb46717d6ef031e92ea085 (diff) | |
download | enet-dc48f76192d0bf144f507c26625d2c6f4a106108.tar.gz enet-dc48f76192d0bf144f507c26625d2c6f4a106108.zip |
enet 1.3.9 release prepv1.3.9
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a0698a..35cacb7 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 5:0:3 +libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 6:0:4 INCLUDES = -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -Im4 |