BCB 2006+ version constants

I found the following compiler constants in another thread but it is not up to date as it does not include values for BCB 2006 and later.  I was able to find values for cvDelphiXE and cvDelphiXE2 but could not find values for cvBCB2006, cvBCB2007... cvBCB2XE.  Are these other compiler version constants documented somewhere?  I need the values but would also like the constants that go with them since they make much more readable code.  Thanks!

cvDelphi3 = 0 
cvDelphi4 = 1 
cvDelphi5 = 2 
cvDelphi6 = 3 
cvDelphi7 = 4 
cvBCB3 = 5 
cvBCB4 = 6 
cvBCB5 = 7 
cvBCB6 = 8 
cvBCB7 = 9 
cvDelphi2005 = 10 
cvDelphi2006 = 11 
cvDelphi2007 = 12 
cvDelphi2009 = 13 
cvDelphi2010 = 14 
OTHERS:
cvDelphiXE = 15
cvDelphiXE2 = 16
cvBCB2006 = ??
cvBCB2007 = ??
etc