summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit513f54e3b5bdd683332e93f7922215a56d7c54fb (patch)
tree2d8660ee4eae7ca8d59d35dbfdf4d949d1b99f5b
parent72f1bbe9f1bb82d3b340eea50924529942c93ace (diff)
NEWS, configure.ac: Set version to 4.2.0
Release is imminent!
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5c71ff8..004862d 100644
--- a/NEWS
+++ b/NEWS
@@ -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'])