From f242709d0dcf17e7e042c7406cd8bb55bc42ebfe Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 21 Mar 2019 20:41:17 -0400 Subject: NEWS, configure.ac: Set version to 4.0.0+dev and list changes --- diff --git a/NEWS b/NEWS index 9002dbc..06ed5b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +opkbuild version 4.0.0+dev +-------------------------- + +Released: ????-??-?? + +Bug fixes and minor changes: + + * Dates in manual pages are now generated correctly, regardless of the + output formatting of the ls command at build time. + * configure no longer checks for make. This was needed for mksysconf, + which was removed in version 4.0.0. + opkbuild version 4.0.0 ---------------------- diff --git a/configure.ac b/configure.ac index 438e245..9faf35f 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], +AC_INIT([opkbuild], [4.0.0+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) -- cgit v0.9.1