diff options
-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']) |