bump version to 1.2 and soname to 3

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-12 10:36:39 +08:00
parent 508946cefd
commit 48258817a0
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6)
project(libwebsockets)
set(PACKAGE "libwebsockets")
set(PACKAGE_VERSION "1.1")
set(PACKAGE_VERSION "1.2")
set(PACKAGE_BUGREPORT "andy@warmcat.com")
set(PACKAGE_NAME "${PACKAGE}")
set(PACKAGE_STRING "${PACKAGE} ${PACKAGE_VERSION}")

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT(libwebsockets, 1.1, andy@warmcat.com, libwebsockets, http://libwebsockets.org)
AC_INIT(libwebsockets, 1.2, andy@warmcat.com, libwebsockets, http://libwebsockets.org)
AC_CONFIG_SRCDIR([test-server/test-server.c])
AC_CONFIG_HEADERS([config.h])

View file

@ -63,7 +63,7 @@ libwebsockets_la_LDFLAGS+= -lm -luser32 -ladvapi32 -lkernel32 -lgcc
else
libwebsockets_la_CFLAGS+= -rdynamic -fPIC -Werror
# 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
libwebsockets_la_LDFLAGS+= -version-info 3:0:0
endif
libwebsockets_la_CFLAGS+= -c \