Codebase list llvm-defaults / 069cf78
default to 18 for real Sylvestre Ledru 9 months ago
1 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
9090 # llvm-defaults 0.58 is the first version for 17.
9191 REL_NO_170 := $(shell expr $(VMINOR) - 0)$(REL_EXT)
9292
93 # llvm-defaults 0.59 is the first version for 18.
94 REL_NO_180 := $(shell expr $(VMINOR) - 0)$(REL_EXT)
95
9396
9497 # minimum required version
9598
96 REQV := (>= 17~)
97
98 CURRENT_VERSION := 17.0
99 REQV := (>= 18~)
100
101 CURRENT_VERSION := 18.0
99102
100103 # architecture dependent variables
101104 include /usr/share/dpkg/architecture.mk