diff --git a/Makefile b/Makefile index dc1893d..b322b1a 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 0 +VER_PATCH := 1 PROJECT := re -VERSION := 0.4.0 +VERSION := 0.4.1 MK := mk/re.mk diff --git a/rpm/re.spec b/rpm/re.spec index 1e29b7a..cfa1256 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,6 +1,6 @@ %define name re -%define ver 0.4.0 -%define rel 2 +%define ver 0.4.1 +%define rel 1 Summary: Generic library for real-time communications with async IO support Name: %name