From d3f2ad5270dfb9e7e24d210238d7063a793cc402 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 22:59:44 -0400 Subject: NEWS, configure.ac: Set version to 4.0.0 --- diff --git a/NEWS b/NEWS index 97cbbac..f63e242 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,18 @@ -opkbuild version 4.0.0-dev --------------------------- +opkbuild version 4.0.0 +---------------------- Released: ????-??-?? +This is a major new release of opkbuild. Major user-facing changes +include xz decompression and binary package substitution variables. +There are also many behind-the-scenes improvements to code quality, +safety, and test suite coverage. + +Trivia: Since opkbuild was part of opkhelper in versions up to and +including the incomplete and unreleased 2.0.0, and since version 3.0.0 +never officially left "beta" status, version 4.0.0 is technically the +first released version of opkbuild in its seven-year history. + Utilities: * ob-unpacksource now supports decompression of xz-compressed upstream diff --git a/configure.ac b/configure.ac index 9f5802c..f7f6fe1 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see . -AC_INIT([opkbuild], [4.0.0-dev], +AC_INIT([opkbuild], [4.0.0], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) -- cgit v0.9.1