バージョン番号の付け方の規則いろいろ。

バージョン番号の付け方の規則いろいろ。

-Software Release Practice HOWTO - 2.1 基本名称 + major.minor.patch 番号という GNU スタイルを使いましょう
--http://www.linux.or.jp/JF/JFdocs/Software-Release-Practice-HOWTO.html#ss2.1
--->foobar-1.2.3.tar.gz
--->foobar-1.2.3.src.tar.gz
--->foobar-1.2.3.bin.tar.gz

-The Debian GNU/Linux FAQ - Chapter 6 - Basics of the Debian package management system - 6.3 Why are Debian package file names so long?
--http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html#s-pkgname
--->The Debian binary package file names conform to the following convention: <foo>_<VersionNumber>-<DebianRevisionNumber>.deb

-Debian Policy Manual - Control files and their fields
--http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version

-Apache Maven - Guide to using the release plugin
--http://maven.apache.org/guides/mini/guide-releasing.html
---># artifact id-version.jar
---># artifact id-version-javadoc.jar
---># artifact id-version-source.jar
---># artifact id-version.pom
---JARファイル等の命名規則
---[任意の文字列]-[バージョン番号].[拡張子]
---例: foo-1.0.jar

-major.minor.patchlevel