From 0d2cae51fe756d0aae3bbb143ac1729426f83b59 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 16 Nov 2008 17:03:49 +0000 Subject: [PATCH] update version to 0.2.1 (addresses #27) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48f2f5f..3110e01 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA. -VERSION := 0.2 +VERSION := 0.2.1 PROJECT := davadmin SRCFILES := $(wildcard admin/*.php) SRCFILES += $(wildcard admin/scripts/*.php)