This idea has been archived, contributions have been disabled
The automatic versioning is great, but a two-digit version number (e.g. 1.01 rather than 1.1) would be better for sorting purposes, as the number of versions often exceeds 10.
Hi David,
The version numbers continue from .1 to .99. I attached a photo so that you can see what it can look like.
Good luck with your project
Karolina
Sorry if I was unclear - my point was that the sorting order, once you export different versions, goes haywire if versions 1-9 are single-digit only. Then you get a sort order like:
0.1
0.10
0.11
0.2
0.3
etc, while you want it to be
0.1
0.2
...
0.9
0.10
etc
Giving versions 1-9 a two-digit version number (i.e. 01-09) would solve this.
Best regards
David
version numbering already has 2 digits
Karolina Jackson-Ward
version numbering already has 2 digits