diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-30 02:49:52 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-30 02:49:52 (EDT) |
commit | 513f54e3b5bdd683332e93f7922215a56d7c54fb (patch) | |
tree | 2d8660ee4eae7ca8d59d35dbfdf4d949d1b99f5b | |
parent | 72f1bbe9f1bb82d3b340eea50924529942c93ace (diff) |
NEWS, configure.ac: Set version to 4.2.0
Release is imminent!
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -1,10 +1,8 @@ -opkbuild version 4.1.4+dev --------------------------- +opkbuild version 4.2.0 +---------------------- Released: ????-??-?? -The "sixth time's the charm" release. - Utilities: * ob-buildopk now correctly checks for the BusyBox tar reverse diff --git a/configure.ac b/configure.ac index cf33d29..2680834 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 <http://www.gnu.org/licenses/>. -AC_INIT([opkbuild], [4.1.4+dev], +AC_INIT([opkbuild], [4.2.0], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |