bump version to 1.1 and soname to 2
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
98feb4be18
commit
2da89dccb0
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT(libwebsockets, 1.0, andy@warmcat.com)
|
||||
AC_INIT(libwebsockets, 1.1, andy@warmcat.com)
|
||||
AC_CONFIG_SRCDIR([test-server/test-server.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
|
|
@ -56,7 +56,8 @@ libwebsockets_la_CFLAGS+= -w -I../win32port/win32helpers -I ../win32port/zlib/
|
|||
libwebsockets_la_LDFLAGS+= -lm -luser32 -ladvapi32 -lkernel32 -lgcc
|
||||
else
|
||||
libwebsockets_la_CFLAGS+= -rdynamic -fPIC -Werror
|
||||
libwebsockets_la_LDFLAGS+= -version-info 1:0
|
||||
# notice http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html has rules for how to bump this
|
||||
libwebsockets_la_LDFLAGS+= -version-info 2:0:0
|
||||
endif
|
||||
|
||||
libwebsockets_la_CFLAGS+= -c \
|
||||
|
|
Loading…
Add table
Reference in a new issue