From 30b5bd90c5fe995537cc1565ad26492155785233 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 25 Feb 2011 09:46:33 +0000 Subject: [PATCH] version 0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fbe7bb..9699c13 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ VER_MINOR := 1 VER_PATCH := 0 PROJECT := re -VERSION := 0.1.0 +VERSION := 0.2.0 MK := mk/re.mk