[lxc-devel] [minor] Changing the version naming

S.Çağlar Onur caglar at 10ur.org
Wed Sep 25 21:48:26 UTC 2013


Hey,

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.

Do you think something like following (and also starting to use
http://semver.org/ kind of naming) is acceptable?

diff --git a/configure.ac b/configure.ac
index a523583..f466a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.

-AC_INIT([lxc], [1.0.0.alpha1])
+AC_INIT([lxc], [1.0.0-alpha1])

 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_AUX_DIR([config])

Best,
-- 
S.Çağlar Onur <caglar at 10ur.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20130925/88861020/attachment.html>


More information about the lxc-devel mailing list