Skip to content
ddebrunner edited this page Mar 11, 2014 · 9 revisions

Toolkit Versions

Should there be guidelines for how toollkits handle version numbers? It's probably tied into how releases are done, which may be up to each toolkit project, but recently while working on a Streams application ensuring people had the same toolkit was an issue, it would have been helped by a clear toolkit version policy.

Some options:

  • Bump the last version number on each commit? (e.g. the next commit in streamsx.inet takes it from 1.0.0 to 1.0.1)
  • "odd numbers" in either of the last two positions indicate "in process development", not released, so for example 1.0.7 is under development and might have multiple commits and the next bug fix release might be 1.0.8. Thus toolkit users are encouraged to take only "even" versions.

Clone this wiki locally