Revision: 774f1e0eefdc
Author: landon.j.fuller <
landon....@gmail.com>
Date: Wed Feb 13 09:29:11 2013
Log: Edited wiki page VersioningStandards through web user interface.
http://code.google.com/p/plcrashreporter/source/detail?r=774f1e0eefdc&repo=wiki
Modified:
/VersioningStandards.wiki
=======================================
--- /VersioningStandards.wiki Wed Feb 13 09:27:22 2013
+++ /VersioningStandards.wiki Wed Feb 13 09:29:11 2013
@@ -27,7 +27,7 @@
== Release Branches ==
-Release branches are created on-demand from release tags (see above), and
are used to track low-risk bug fixes to a given major.minor revision. The
release branch will be named with the project prefix followed by the
major.minor version of the release it is tracking, eg,
plcrashreporter-<major>.<minor>.
+Release branches are created on-demand from release tags (see above), and
are used to track low-risk bug fixes to a given major.minor revision. The
release branch will be named with the project prefix followed by the
major.minor version of the release it is tracking, eg,
plcrashreporter-`<`major`>`.`<`minor`>`.
== HEAD / Master ==