Set the file version format and the version of files when they are initially created. You can set this for your server using the 'Versioning' tab of the 'PROJECT in a box Server' program.
The underlying version number is e.g. 2.4.1, 2.4.2… and this is translated into a 'Version Code' e.g. 2.4.a, 2.4.b… or 2.iv.1, 2.iv.2… using the 'versioning format'. Versioning format codes are as follows:
Code | Meaning |
---|---|
0 | Number (0,1,2…) |
a | Lower case letter (a,b,c…) where 0=a, 2=b… |
a+ | Lower case letter (a,b,c…) where 1=a, 2=b… |
A | Upper case letter (A,B,C…) where 0=A, 2=B… |
A+ | Upper case letter (A,B,C…) where 1=A, 2=B… |
i | Lower case Roman numeral (i,ii,iii…) where 0=i, 1=ii… |
i+ | Lower case Roman numeral (i,ii,iii…) where 1=i, 2=ii… |
I | Upper case Roman numeral (I,II,III…) where 0=I, 1=I… |
I+ | Upper case Roman numeral (I,II,III…) where 1=I, 2=II… |