bump version to 1.2 and soname to 3 83/3083/1
authorAndy Green <andy.green@linaro.org>
Tue, 12 Feb 2013 02:36:39 +0000 (10:36 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:34 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
CMakeLists.txt
configure.ac
lib/Makefile.am

index 39a40c6..bbf06d1 100644 (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}")
index 1c3959a..685906c 100644 (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])
 
index f24ef13..fab1b9c 100644 (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 \