Create the variable v1_subset_v2, check if version1 is a subset of v2, and save the result in the variable.

Make sure to pick v1_subset_v2 followed by = and then version1, .issubset, (, version2, ).