On Thu, 2017-04-13 at 11:22 -0700, Ben Pfaff wrote: > On Wed, Apr 12, 2017 at 12:32:24PM +0100, Stephen Finucane wrote: > > Parse the version and release from the NEWS file. This looks a bit > > hacky, but the NEWS file is generally well formatted and should be > > reliable enough for our purposes. > > > > Signed-off-by: Stephen Finucane <[email protected]> > > Cc: Russell Bryant <[email protected]> > > --- > > I took a look through the 'git history' of NEWS and could spot no > > other > > formatting types for headers. Lemme know if I got this wrong > > though. > > The canonical place to get this is the AC_INIT line in configure.ac: > AC_INIT(openvswitch, 2.7.90, [email protected]) > e.g. with: > autom4te -l Autoconf -t 'AC_INIT:$2' configure.ac > although that does assume that Autoconf is installed and so we can't > use it unless we make that a (new) requirement.
Yeah, I think Russell's patch effectively covers this. You can ignore this patch now. Stephen _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
