From b27f80c2fc4b1abe08657b271c9e8cfc1fcd9271 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 25 Jan 2010 08:56:29 +0000 Subject: [PATCH] * upgrade it. --- Makefile | 4 +++- VERSION | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 823e80820d..ca778b7063 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,14 @@ clean: tgz: mkdir -p pms/lib mkdir -p pms/db - cp -fr db/zentao.sql pms/db/zentao.sql + mkdir -p pms/bin + cp -fr db pms/ cp doc/COPY* pms cp -fr lib/ pms/ cp -fr config pms/ cp -fr www pms/ cp -fr module pms/ + cp bin/computeburn.php pms/bin find pms -name .svn |xargs rm -fr find pms -name tests |xargs rm -fr mkdir -p pms/tmp/cache diff --git a/VERSION b/VERSION index ad6cd7de88..3e6e3e51b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.beta +0.4.beta