<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/">http://semver.org/</a> kind of naming) is acceptable?<br></div><div><br></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 a523583..f466a43 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-alpha1])</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><br></div><div>Best,</div>-- <br>S.Çağlar Onur <<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>>
</div>