From b064fb5bc9f21416a98c424b347cee141ef9df6e Mon Sep 17 00:00:00 2001
From: Andy Green <andy@warmcat.com>
Date: Mon, 6 Jun 2016 19:59:30 +0800
Subject: [PATCH] v2.0.2

Signed-off-by: Andy Green <andy@warmcat.com>
---
 CMakeLists.txt     | 2 +-
 libwebsockets.spec | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae7ba3cf..6661f8b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ set(PACKAGE "libwebsockets")
 set(CPACK_PACKAGE_NAME "${PACKAGE}")
 set(CPACK_PACKAGE_VERSION_MAJOR "2")
 set(CPACK_PACKAGE_VERSION_MINOR "0")
-set(CPACK_PACKAGE_VERSION_PATCH "1")
+set(CPACK_PACKAGE_VERSION_PATCH "2")
 set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
diff --git a/libwebsockets.spec b/libwebsockets.spec
index 7f710223..78caf6dc 100644
--- a/libwebsockets.spec
+++ b/libwebsockets.spec
@@ -1,5 +1,5 @@
 Name: libwebsockets
-Version: 2.0.1
+Version: 2.0.2
 Release: 1%{?dist}
 Summary: Websocket Server and Client Library
 
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 /%{_libdir}/pkgconfig/libwebsockets.pc
 
 %changelog
+* Mon Jun 06 2016 Andy Green <andy@warmcat.com> 2.0.2-1
+- MINOR Upstream 2.0.2 release
+
 * Thu May 12 2016 Andy Green <andy@warmcat.com> 2.0.1-1
 - MINOR Upstream 2.0.1 release
 
-- 
GitLab