Let's say that ServiceA, that I work on, uses ProjectB version 1.5.0. We don't quite use it vanilla; we have some patches that we reapply when we integrate new versions of ProjectB; we don't really think of this as a private fork. We proudly announce in various contexts that we use ProjectB.
What is the best way to represent that we're not using ProjectB 1.5.0 the way you'd get it out-of-the-box? Should we say we use:
- ProjectB 1.5.0-suffix
- ProjectB prefix-1.5.0
- ProjectB-suffix 1.5.0
- prefix-ProjectB 1.5.0
- Just ProjectB 1.5.0 and don't worry about it
- Something else?
(If you recommend a suffix or prefix, what?)