diff options
author | lsalzman <[email protected]> | 2014-04-24 10:47:26 +0300 |
---|---|---|
committer | lsalzman <[email protected]> | 2014-04-24 10:47:26 +0300 |
commit | 9895a4f1108524900a45c00b8ccbd4078b613993 (patch) | |
tree | 688b958c9466e76d9e5176349ac355d4d5fdf74f /Makefile.am | |
parent | 518144338dd2d55192446e5ef37bc2eb97fe9bc8 (diff) | |
download | enet-9895a4f1108524900a45c00b8ccbd4078b613993.tar.gz enet-9895a4f1108524900a45c00b8ccbd4078b613993.zip |
enet 1.3.12 release prepv1.3.12
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 b4644f8..1e44cfb 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 6:2:4 +libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 7:0:0 AM_CPPFLAGS = -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -Im4 |