From e919af8d186685f8ad10821af5e06db3276667ca Mon Sep 17 00:00:00 2001 From: Andy Green Date: Sat, 15 Feb 2014 14:45:14 +0800 Subject: [PATCH] update version in libwebsockets.pc Signed-off-by: Andy Green --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 085ea7f5..97b120bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -713,7 +713,7 @@ includedir=\${prefix}/include Name: libwebsockets Description: Websockets server and client library -Version: ${PACKAGE_VERSION} +Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR} Libs: -L\${libdir} -lwebsockets Cflags: -I\${includedir}"