From 218d7c339d2eae89f1dc7ff331ec53896dd234d1 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Thu, 10 Apr 2014 17:14:06 +0000 Subject: [PATCH] version 0.4.8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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