From f2000a87eb81e409c5b960c03e4e5f48e58456aa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 18:07:09 -0400 Subject: configure.ac, NEWS: Bump version to 2.0.0 and list changes --- diff --git a/NEWS b/NEWS index 362fb7a..8c114de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +ProteanOS Archive Manager version 2.0.0 +--------------------------------------- + +Released: ????-??-?? + +Changes in this release: + + * The old and hard-to-maintain custom build system has been replaced + with one generated with GNU Autoconf and Automake. + * The build system now links all shell objects into the pro-archman + executable instead of distributing shell modules that are linked + into pro-archman at run time. + ProteanOS Archive Manager version 1.4.0 --------------------------------------- diff --git a/configure.ac b/configure.ac index 6d6b874..d9bd470 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([ProteanOS Archive Manager], [1.4.0], +AC_INIT([ProteanOS Archive Manager], [2.0.0], [mailto:proteanos-dev@lists.proteanos.com], [pro-archman], [http://www.proteanos.com/dev/pro-archman/]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v0.9.1