diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7eb7e9dec8ac1ca6a63dc32d04d81601edbe6c9..eccad2de7360dcd0378b3432fc14fe81dd82f040 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 "4")
-set(CPACK_PACKAGE_VERSION_PATCH "0")
+set(CPACK_PACKAGE_VERSION_PATCH "1")
 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/scripts/libwebsockets.spec b/scripts/libwebsockets.spec
index 48a63eab64b57092ad8dd4026744eff7f949ebcf..4dc15e93d19495c849da56f799e7119ec2c1a69d 100644
--- a/scripts/libwebsockets.spec
+++ b/scripts/libwebsockets.spec
@@ -1,5 +1,5 @@
 Name: libwebsockets
-Version: 2.4.0
+Version: 2.4.1
 Release: 1%{?dist}
 Summary: Websocket Server and Client Library
 
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 /%{_libdir}/pkgconfig/libwebsockets_static.pc
 
 %changelog
+* Sun Nov 05 2017 Andy Green <andy@warmcat.com> 2.4.1-1
+- MINOR Upstream 2.4.1 release
+
 * Mon Oct 16 2017 Andy Green <andy@warmcat.com> 2.4.0-1
 - MAJOR SONAMEBUMP APICHANGES Upstream 2.4.0 release