update soname and configure to v1.0 76/2876/1
authorAndy Green <andy.green@linaro.org>
Thu, 10 Jan 2013 04:35:18 +0000 (12:35 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:23 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
configure.ac
lib/Makefile.am

index d3b6467..ab0e639 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.61])
-AC_INIT(libwebsockets, 0.3, andy@warmcat.com)
+AC_INIT(libwebsockets, 1.0, andy@warmcat.com)
 AC_CONFIG_SRCDIR([test-server/test-server.c])
 AC_CONFIG_HEADERS([config.h])
 
index 3b5f4fd..6fb8d05 100644 (file)
@@ -29,7 +29,7 @@ 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 0:3
+libwebsockets_la_LDFLAGS+=  -version-info 1:0
 endif
 
 libwebsockets_la_CFLAGS+= -c \