]> git.sur5r.net Git - kconfig-frontends/commit
scripts: use a dot to separate third and fourth digits
authorYann E. MORIN" <yann.morin.1998@free.fr>
Thu, 15 Nov 2012 20:32:38 +0000 (21:32 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Thu, 15 Nov 2012 20:32:38 +0000 (21:32 +0100)
commit1c22c507fb32fc9f23b17ea73933801813a0d4ff
treead33755d0b7ee7df9ba80d59582dc70df960efb1
parente5a02fb2b5f06247b8ed9942a30aa7e1bd1b6177
scripts: use a dot to separate third and fourth digits

Traditionally, Linux distributions have been using the dash as a separator
between the package's upstream versionning and their own local packaging
versioning.

Using a dash in kconfig-frontends' own versioning scheme may confuse the
distributions, which may not expect this situation (and even if some do,
not all do).

In the beginings, I thought about using a dash to make it explicit that
the digits before the dash was Linux' version, while the digit(s) after
the dash was kconfig-frontends' version. That, because the Linux version
has only two digits for .0 releases, and three digits for stable releases.
But since the Linux kernel's Makefile still report a three-digit version
even for .0 releases, we ended up always using a three-digit Linux version,
and thus always had a four-digit kconfig-frontends' version.

So, use a dot instead of a dash.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/version.sh