diff options
author | Patrick 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) |
commit | 5bfd8d770dd76a889fe1a79f2ca3e91decb8e83d (patch) | |
tree | 34c24e943965e6277ab310c6624ea4663b4c0dd8 | |
parent | 06835870197213ce8c1fa15762d67a36066a6d4f (diff) |
NEWS, configure.ac: Set version to 2.1.0+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.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]) |