View | Details | Raw Unified | Return to bug 157792
Collapse All | Expand All

(-)en_US.ISO8859-1/books/porters-handbook/book.sgml (-3 / +6 lines)
Lines 1210-1221 Link Here
1210
	    at the version string.  In particular, make sure version
1210
	    at the version string.  In particular, make sure version
1211
	    number components are always delimited by a period, and
1211
	    number components are always delimited by a period, and
1212
	    if the date is part of the string, use the
1212
	    if the date is part of the string, use the
1213
	    <literal><replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>
1213
	    <literal>0.0.<replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>
1214
	    format, not
1214
	    format, not
1215
	    <literal><replaceable>dd</replaceable>.<replaceable>mm</replaceable>.<replaceable>yyyy</replaceable></literal>
1215
	    <literal><replaceable>dd</replaceable>.<replaceable>mm</replaceable>.<replaceable>yyyy</replaceable></literal>
1216
	    or the non-Y2K compliant
1216
	    or the non-Y2K compliant
1217
	    <literal><replaceable>yy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>
1217
	    <literal><replaceable>yy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>
1218
	    format.</para>
1218
	    format.  It is important to prefix the version with
1219
	    <literal>0.0.</literal> in case a release with an actual version
1220
	    number is made, which would of course be numerically less than
1221
	    <literal><replaceable>yyyy</replaceable></literal>.</para>
1219
	</listitem>
1222
	</listitem>
1220
      </orderedlist>
1223
      </orderedlist>
1221
1224
Lines 1357-1363 Link Here
1357
	release another version, just set the version string to
1360
	release another version, just set the version string to
1358
	<literal>1.0</literal> (like the <literal>piewm</literal> example above).  Otherwise, ask
1361
	<literal>1.0</literal> (like the <literal>piewm</literal> example above).  Otherwise, ask
1359
	the original author or use the date string
1362
	the original author or use the date string
1360
	(<literal><replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>)
1363
	(<literal>0.0.<replaceable>yyyy</replaceable>.<replaceable>mm</replaceable>.<replaceable>dd</replaceable></literal>)
1361
	as the version.</para>
1364
	as the version.</para>
1362
    </sect2>
1365
    </sect2>
1363
    </sect1>
1366
    </sect1>

Return to bug 157792