<div dir="ltr"><div><div>Thanks,<br><br></div>In the moose side, we want to make some tests against the current maint, but still have some tests against the old one. The two versions of petsc may have the same petsc version number, e.g. 3.7.5. I want a patch number from which I could tell which one is newer. How it is different from the old one.<br><br></div><div>Any alternative way to do that? When compiling  PETSc, do we have a macro variable to define the commit number? <br></div><div><br></div>Fande,<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 13, 2017 at 12:06 PM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 13 Apr 2017, Kong, Fande wrote:<br>
<br>
> Hi Developers,<br>
><br>
> Do we increase the patch number when pushing a new patch into maint?<br>
<br>
</span>nope<br>
<span class=""><br>
> If not, how to know if the current maint is different from the one I<br>
> just got yesterday. I know a commit number is always available.<br>
<br>
</span>git fetch && git log maint..origin/maint<br>
<br>
[and you can look at that and decide to do a 'git pull' on maint]<br>
<span class="HOEnZb"><font color="#888888"><br>
Satish<br>
</font></span></blockquote></div><br></div>