File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
template_bundle/template_codec Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2424#define DEFAULT_FONT_SIZE_DP 14
2525#define DEFAULT_FONT_SCALE 1 .f
2626
27- #define LYNX_VERSION tasm::V_3_6 // need updated when release lynx
27+ #define LYNX_VERSION tasm::V_3_7 // need updated when release lynx
2828#define LYNX_TASM_MAX_SUPPORTED_VERSION \
2929 tasm::V_3_5 // need updated when release @lynx-js/tasm
3030#define MIN_SUPPORTED_LYNX_VERSION tasm::V_1_0 // updated when break change
9191#define LYNX_VERSION_3_4 tasm::V_3_4
9292#define LYNX_VERSION_3_5 tasm::V_3_5
9393#define LYNX_VERSION_3_6 tasm::V_3_6
94+ #define LYNX_VERSION_3_7 tasm::V_3_7
9495
9596#define LYNX_LEPUS_VERSION " 2.3.0"
9697
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ inline constexpr base::Version V_3_3(3, 3);
4646inline constexpr base::Version V_3_4 (3 , 4 );
4747inline constexpr base::Version V_3_5 (3 , 5 );
4848inline constexpr base::Version V_3_6 (3 , 6 );
49+ inline constexpr base::Version V_3_7 (3 , 7 );
4950
5051} // namespace tasm
5152} // namespace lynx
You can’t perform that action at this time.
0 commit comments