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