Template:VersionRevision/doc: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Updating to use corrected versions for releases)
(Decided the facts should go here and not template:revision/doc, since that is just for making links and this actually handles the conversions. This is not ideal admittedly, so if anyone has a better idea, feel free to comment!)
Line 111: Line 111:
== Issues ==
== Issues ==
* Versions 2-5 do not work, due to them being confused with the 2.0-5.0 releases.
* Versions 2-5 do not work, due to them being confused with the 2.0-5.0 releases.
== Facts ==
* 2.0 = [https://code.google.com/p/dolphin-emu/source/detail?r=88156cff052a37b7d4a7371c65964c984644f24e r5384]
* 3.0 = [https://code.google.com/p/dolphin-emu/source/detail?r=35d1599724a4 r7615]
* Last SVN build number is [https://code.google.com/p/dolphin-emu/source/detail?r=5ea787b08793428e85136c4d360cd3520c731a35 r7695] (in git numbering it is 3.0-44)
* First git build (builds without svn ids) is [https://code.google.com/p/dolphin-emu/source/detail?r=6bc81f5ac4209d5d6fdd9d54dc234f6db6d2f9a7 3.0-45]
* The last 3.0 era build is [https://dolphin-emu.org/download/dev/e3e14af0dd54f00ac762ef13f3a3a7737c2c867f/ 3.0-936].
* The last 3.5 era build is [https://dolphin-emu.org/download/dev/0c3cb5066edb5fd5deb66598973501e3f9e6233f/ 3.5-2450].
* 4.0 has two bugfix releases, 4.0.1 and 4.0.2, which are not a part of the master branch

Revision as of 09:24, 25 January 2015

The VersionRevision template provides revision numbers from version numbers. It is used in Template:Revision and Template:VersionCompatibilityVersion.

Usage

code result
{{VersionRevision|2|use=link}} 2
{{VersionRevision|2|use=title}} <unrecognized revision>
{{VersionRevision|3|use=link}} 3
{{VersionRevision|3|use=title}} <unrecognized revision>
{{VersionRevision|4|use=link}} 4
{{VersionRevision|4|use=title}} <unrecognized revision>
{{VersionRevision|5|use=link}} 5
{{VersionRevision|5|use=title}} <unrecognized revision>
{{VersionRevision|2.0|use=link}} 5384
{{VersionRevision|2.0|use=title}} 2.0
{{VersionRevision|5384|use=link}} 5384
{{VersionRevision|5384|use=title}} 5384
{{VersionRevision|3.0|use=link}} 7615
{{VersionRevision|3.0|use=title}} 3.0
{{VersionRevision|7615|use=link}} 7615
{{VersionRevision|7615|use=title}} 7615
{{VersionRevision|6900|use=link}} 6900
{{VersionRevision|6900|use=title}} 6900
{{VersionRevision|3.0-50|use=link}} 7665
{{VersionRevision|3.0-50|use=title}} 3.0-50
{{VersionRevision|3.5|use=link}} 8551
{{VersionRevision|3.5|use=title}} 3.5
{{VersionRevision|3.5-100|use=link}} 8651
{{VersionRevision|3.5-100|use=title}} 3.5-100
{{VersionRevision|4.0|use=link}} 11001
{{VersionRevision|4.0|use=title}} 4.0
{{VersionRevision|4.0.1|use=link}} 11001
{{VersionRevision|4.0.1|use=title}} 4.0.1
{{VersionRevision|4.0.2|use=link}} 11001
{{VersionRevision|4.0.2|use=title}} 4.0.2
{{VersionRevision|4.0-100|use=link}} 11101
{{VersionRevision|4.0-100|use=title}} 4.0-100
{{VersionRevision||use=link}} <revision missing>
{{VersionRevision||use=title}} <revision missing>

Issues

  • Versions 2-5 do not work, due to them being confused with the 2.0-5.0 releases.

Facts

  • 2.0 = r5384
  • 3.0 = r7615
  • Last SVN build number is r7695 (in git numbering it is 3.0-44)
  • First git build (builds without svn ids) is 3.0-45
  • The last 3.0 era build is 3.0-936.
  • The last 3.5 era build is 3.5-2450.
  • 4.0 has two bugfix releases, 4.0.1 and 4.0.2, which are not a part of the master branch