<div class="gmail_quote">On Tue, Jan 20, 2009 at 4:17 PM, Michael R. Wolf <span dir="ltr">&lt;<a href="mailto:MichaelRWolf@att.net">MichaelRWolf@att.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
 &nbsp; &nbsp;our($VERSION) = (&#39;$Revision$&#39; =~ m/Revision:\s*(\d+)/);<br>
<br>
Any other idioms? &nbsp;What&#39;s your favorite?<br>
<br>
Or don&#39;t you mix Version (e.g. 1.0, 1.1, 2.0) with revisions (2, 3, 4, 5)?<font color="#888888">
<br></font></blockquote></div><br>I don&#39;t mix revision control numbers with release numbers.&nbsp; Instead I automate release such that actually releasing increments to the *next* release number and checks that change in such that I can&#39;t accidentally release that same release number again.<br>
<br>Tye<br>