nightmorph 10/12/06 11:32:29 Modified: doc-tipsntricks.xml Log: clarify commit policy
Revision Changes Path 1.29 xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml?r1=1.28&r2=1.29 Index: doc-tipsntricks.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- doc-tipsntricks.xml 6 Dec 2010 11:24:51 -0000 1.28 +++ doc-tipsntricks.xml 6 Dec 2010 11:32:29 -0000 1.29 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v 1.28 2010/12/06 11:24:51 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gdp/doc/doc-tipsntricks.xml,v 1.29 2010/12/06 11:32:29 nightmorph Exp $ --> <guide> <title>Documentation Development Tips & Tricks</title> @@ -23,7 +23,7 @@ <license/> -<version>5</version> +<version>6</version> <date>2010-12-06</date> <chapter> @@ -377,9 +377,10 @@ Another common mistake is to update the version number using decimals. You shouldn't do this. The version is a simple whole number. Each update should increment it by one. <c>9</c> should become <c>10</c>, not <c>9.1</c>. For old -documents not yet using the simpler whole number versioning, please increment it -to the nearest whole number. So <c>4.67</c> should become <c>5</c>, <c>1.2</c> -should become <c>2</c>, and so on. +documents not yet using the simpler whole number versioning, please increment +it to the nearest whole number the next time you make a commit to it. So +<c>4.67</c> should become <c>5</c>, <c>1.2</c> should become <c>2</c>, and so +on. </p> <impo>
