From 09f3c7e5ab08d9050360fce65c01458b21b0eac4 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 10 Jan 2013 12:35:18 +0800 Subject: [PATCH] update soname and configure to v1.0 Signed-off-by: Andy Green --- configure.ac | 2 +- lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d3b6467..ab0e639 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b5f4fd..6fb8d05 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 \ -- 2.7.4