Re: SVN version numbering

2018-10-31 Thread Nathan Hartman
On Wed, Oct 31, 2018 at 6:14 AM Thomas Singer wrote: > Hi all, > > OK, we are now at SVN 1.11 because you have agreed to release often with > only a few changes. What does the prefix "1." mean - will there be some > "2." or "3." in the future? If not, then it is redundant. For time-based > releas

Re: SVN version numbering

2018-10-31 Thread Branko Čibej
On 31.10.2018 11:13, Thomas Singer wrote: > Hi all, > > OK, we are now at SVN 1.11 because you have agreed to release often > with only a few changes. What does the prefix "1." mean - will there > be some "2." or "3." in the future? If not, then it is redundant. For > time-based releases, wouldn't

Re: SVN version numbering

2018-10-31 Thread Winston Smith
What does the prefix "1." mean Major versions are usually used to denote API versions. It is expected that on at least some level, all minor revisions of version 1 are somewhat compatible to each other, bar new features introduced in later minor revisions. Conversely, there is no expectation th