From 8ae7a684bd547a1e2884c00c7a6141801bda63ea Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 9 Dec 2015 19:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0vendor=20behavior=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 2 +- library/behavior/.gitignore | 2 ++ vendor/.gitignore | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 library/behavior/.gitignore create mode 100644 vendor/.gitignore diff --git a/base.php b/base.php index 02e502c9..d5484a00 100644 --- a/base.php +++ b/base.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 版本信息 -define('THINK_VERSION', '5.0beta'); +define('THINK_VERSION', '5.0.0beta'); // 系统常量 defined('DS') or define('DS', DIRECTORY_SEPARATOR); defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__) . DS); diff --git a/library/behavior/.gitignore b/library/behavior/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/library/behavior/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/vendor/.gitignore b/vendor/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/vendor/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file