<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 25, 2013 at 5:48 PM, S.Çağlar Onur <span dir="ltr"><<a href="mailto:caglar@10ur.org" target="_blank">caglar@10ur.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hey,</div><div><br></div><div>It's not that important but I just wanted to learn your thoughts about starting to use more predictable version names for releases. I was trying to do some stuff based on the LXC version that is installed on the system and realized that current naming is little different than what I was expecting. </div>


<div><br></div><div>Do you think something like following (and also starting to use <a href="http://semver.org/" target="_blank">http://semver.org/</a> kind of naming) is acceptable?<br></div><div><br></div><div>diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a></div>


<div>index a523583..f466a43 100644</div><div>--- a/<a href="http://configure.ac" target="_blank">configure.ac</a></div><div>+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a></div><div>@@ -1,7 +1,7 @@</div>

<div> #                                               -*- Autoconf -*-</div>
<div> # Process this file with autoconf to produce a configure script.</div><div><br></div><div>-AC_INIT([lxc], [1.0.0.alpha1])</div><div>+AC_INIT([lxc], [1.0.0-alpha1])</div><div><br></div><div> AC_CONFIG_SRCDIR([<a href="http://configure.ac" target="_blank">configure.ac</a>])</div>


<div> AC_CONFIG_AUX_DIR([config])</div></div></blockquote><div><br></div><div>Doh, I meant (assuming semver is the way to go)</div><div><br></div><div><div>diff --git a/<a href="http://configure.ac">configure.ac</a> b/<a href="http://configure.ac">configure.ac</a></div>

<div>index 092a67d..2680582 100644</div><div>--- a/<a href="http://configure.ac">configure.ac</a></div><div>+++ b/<a href="http://configure.ac">configure.ac</a></div><div>@@ -1,7 +1,7 @@</div><div> #                                               -*- Autoconf -*-</div>

<div> # Process this file with autoconf to produce a configure script.</div><div><br></div><div>-AC_INIT([lxc], [1.0.0.alpha1])</div><div>+AC_INIT([lxc], [1.0.0-alpha.1])</div><div><br></div><div> AC_CONFIG_SRCDIR([<a href="http://configure.ac">configure.ac</a>])</div>

<div> AC_CONFIG_AUX_DIR([config])</div></div><div><br></div></div>-- <br>S.Çağlar Onur <<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>>
</div></div>