diff --git a/Makefile b/Makefile index 0770e3c..585eabf 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 7 +VER_PATCH := 8 PROJECT := re -VERSION := 0.4.7 +VERSION := 0.4.8 MK := mk/re.mk