summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-08-05 18:19:31 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-08-05 18:19:31 (EDT)
commitfd450491e3ecdfbd39581b912b237b85ec7a76e8 (patch)
treeecf6b6a2fcb5fddd938b87a038a1085ac79b4bd6
parentfb1cd5d9a0894eab954a47f3e9e0e8d0c8d4d359 (diff)
NEWS, configure.ac: Set version to 2.0.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 37235ff..ae61f14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+ProteanOS Development Kit version 2.0.0+dev
+-------------------------------------------
+
+Released: ????-??-??
+
ProteanOS Development Kit version 2.0.0
---------------------------------------
diff --git a/configure.ac b/configure.ac
index 50ace55..2088134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
-AC_INIT([ProteanOS Development Kit], [2.0.0],
+AC_INIT([ProteanOS Development Kit], [2.0.0+dev],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])