On Wednesday, April 30, 2014 12:48:38 AM Jan Engelhardt wrote: > On Tuesday 2014-04-29 23:37, Paul Moore wrote: > >diff --git a/configure.ac b/configure.ac > >index 9b3b697..5df8be5 100644 > >--- a/configure.ac > >+++ b/configure.ac > >@@ -1,4 +1,9 @@ > >-AC_INIT([libseccomp], [2.1.0]) > >+ > >+dnl #### > >+dnl libseccomp defines > >+dnl #### > >+AC_INIT([libseccomp], [0.0.0]) > > Sure you want to do this? This sort of breaks `make dist`, > which would generate a tarball as "libseccomp-0.0.0.tar" rather > than libseccomp-2.1.0.tar.
For the master branch the version has always been kept at 0.0.0 to help make it obvious that this is not a real release. The version number will be changed to something useful for releases. -- paul moore security and virtualization @ redhat ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
