PVXS_MAJOR_VERSION = 1 PVXS_MINOR_VERSION = 0 PVXS_MAINTENANCE_VERSION = 1 # Version range conditions in Makefiles # # ifdef PVXS_X_Y_Z # PVXS >= X.Y.Z # # ifndef PVXS_X_Y_Z # PVXS < X.Y.Z # # ifeq ($(PVXS_X_Y_Z),YES) # PVXS == X.Y.Z # # ifneq ($(PVXS_X_Y_Z),YES) # PVXS != X.Y.Z # PVXS_1_0_1 = YES PVXS_1_0_0 = NO PVXS_0_3_1 = NO PVXS_0_3_0 = NO PVXS_0_2_2 = NO PVXS_0_2_1 = NO PVXS_0_2_0 = NO # 0.1 series releases did not define any PVXS_0_1_X # use 'ifndef PVXS_0_2_0' to detect.