summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-29 01:30:21 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-29 01:30:21 (EDT)
commit5bfd8d770dd76a889fe1a79f2ca3e91decb8e83d (patch)
tree34c24e943965e6277ab310c6624ea4663b4c0dd8
parent06835870197213ce8c1fa15762d67a36066a6d4f (diff)
NEWS, configure.ac: Set version to 2.1.0+dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9532c5a..de57375 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+ProteanOS Archive Manager version 2.1.0+dev
+-------------------------------------------
+
+Released: ????-??-??
+
ProteanOS Archive Manager version 2.1.0
---------------------------------------
diff --git a/configure.ac b/configure.ac
index 0105959..ebb7d01 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.1.0],
+AC_INIT([ProteanOS Archive Manager], [2.1.0+dev],
[mailto:proteanos-dev@lists.proteanos.com], [pro-archman],
[http://www.proteanos.com/dev/pro-archman/])
AC_CONFIG_AUX_DIR([build-aux])