diff options
| author | ruki <[email protected]> | 2015-12-16 21:34:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-16 21:35:01 +0800 |
| commit | 61ae08bdfaf5f8dbde739677ce6997b28560a522 (patch) | |
| tree | a45686f101d27d5a9b11ff8760770e4bdd44d736 /core/pkg | |
| parent | 686e71f6395ea37d2c496e189cc18380841083b2 (diff) | |
fix create template
Diffstat (limited to 'core/pkg')
| -rwxr-xr-x | core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h | 2 | ||||
| -rwxr-xr-x | core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h index f3483c9a0..694c78de1 100755 --- a/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 5 #define TB_CONFIG_VERSION_ALTER 1 -#define TB_CONFIG_VERSION_BUILD 201512151042 +#define TB_CONFIG_VERSION_BUILD 201512162038 // defines #define TB_CONFIG_OS_LINUX diff --git a/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h index f3483c9a0..1b29bae51 100755 --- a/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 5 #define TB_CONFIG_VERSION_ALTER 1 -#define TB_CONFIG_VERSION_BUILD 201512151042 +#define TB_CONFIG_VERSION_BUILD 201512162126 // defines #define TB_CONFIG_OS_LINUX |
