v2.0.2
authorAndy Green <andy@warmcat.com>
Mon, 6 Jun 2016 11:59:30 +0000 (19:59 +0800)
committerAndy Green <andy@warmcat.com>
Mon, 6 Jun 2016 11:59:30 +0000 (19:59 +0800)
Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
libwebsockets.spec

index ae7ba3cf64a1e2dba750eaa98d4db5a66811f47b..6661f8b7164bdb4b5b361fdcd2ce0544599a3b66 100644 (file)
@@ -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}")
index 7f710223b4be6d6f080982adec9cd42eb25fe318..78caf6dc9c1fa41448b0e1384087184704145b03 100644 (file)
@@ -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