diff options
author | eihrul <eihrul> | 2011-02-10 02:54:08 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2011-02-10 02:54:08 +0000 |
commit | 39a851cb16dbfca3ade7551394ed5a60ccef577e (patch) | |
tree | de21c0a985ab4e63d2fe942fba29be7bab76ec64 /Makefile.am | |
parent | c77495463b7a87db7eb1d37bacbeadf7164a8c31 (diff) | |
download | enet-39a851cb16dbfca3ade7551394ed5a60ccef577e.tar.gz enet-39a851cb16dbfca3ade7551394ed5a60ccef577e.zip |
enet 1.3.1 release prepv1.3.1
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 17ce8c0..4f39688 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:0:0 +libenet_la_LDFLAGS = $(AM_LDFLAGS) -version-info 1:1:0 INCLUDES = -Iinclude ACLOCAL_AMFLAGS = -Im4 |