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