diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-23 20:06:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-23 20:06:01 (EDT) |
commit | 38f237f0a37bb10c6d1ac2bb37283b24d1be853b (patch) | |
tree | aee2b405b0cbff08718a619b97913a9e2e7079bf | |
parent | e57f7b61664f1e2e98b435f7bde897b6e8ab7269 (diff) |
NEWS, configure.ac: Set version to 2.0.1+dev
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +ProteanOS Archive Manager version 2.0.1+dev +------------------------------------------- + +Released: ????-??-?? + ProteanOS Archive Manager version 2.0.1 --------------------------------------- diff --git a/configure.ac b/configure.ac index 92a40ab..04627e3 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # along with the ProteanOS Archive Manager. If not, see # <http://www.gnu.org/licenses/>. -AC_INIT([ProteanOS Archive Manager], [2.0.1], +AC_INIT([ProteanOS Archive Manager], [2.0.1+dev], [mailto:proteanos-dev@lists.proteanos.com], [pro-archman], [http://www.proteanos.com/dev/pro-archman/]) AC_CONFIG_AUX_DIR([build-aux]) |