diff options
author | eihrul <eihrul> | 2011-06-28 15:34:32 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2011-06-28 15:34:32 +0000 |
commit | ee869ab08ade3dae6a6c5ffb0ef1ed1c61d1a709 (patch) | |
tree | d86575c6cbdb81a5cfeb55d391243affa82f7cb0 /Makefile.am | |
parent | 7691ccc31812db9eb28a0ea2e220b4487fc853ba (diff) | |
download | enet-ee869ab08ade3dae6a6c5ffb0ef1ed1c61d1a709.tar.gz enet-ee869ab08ade3dae6a6c5ffb0ef1ed1c61d1a709.zip |
enet 1.3.3 release prepv1.3.3
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 da792bc..d01006e 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 1:2:0 +libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:3:0 INCLUDES = -Iinclude ACLOCAL_AMFLAGS = -Im4 |