From 140008d1ad980098603c8ede3ca4bed8cf42da98 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Tue, 6 Jul 2010 01:27:02 +0000 Subject: [PATCH] * add new files in bin directory. * upgrade the version. --- trunk/Makefile | 5 +++++ trunk/VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/trunk/Makefile b/trunk/Makefile index c8fc9f34c4..5ad32fbfbb 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -18,6 +18,11 @@ tgz: cp -fr www zentaopms/ cp -fr module zentaopms/ cp bin/ztc* zentaopms/bin + cp bin/computeburn.php zentaopms/bin + cp bin/getbugs.php zentaopms/bin + cp bin/initopt.php zentaopms/bin + cp bin/todo.php zentaopms/bin + chmod a+rx zentaopms/bin cp -fr framework zentaopms/ cp -fr lib/* zentaopms/lib/ find zentaopms -name .svn |xargs rm -fr diff --git a/trunk/VERSION b/trunk/VERSION index d5f214575a..2a8e676101 100644 --- a/trunk/VERSION +++ b/trunk/VERSION @@ -1 +1 @@ -1.0.1.stable +1.1.stable