summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-22 11:40:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-22 11:40:27 (EDT)
commitd48622850406bd206e75b6d43f6a6b0137dbf3fb (patch)
tree4295800e9904f865bf05c9dd72985697a4df3db0
parent6a51bb9652f583dffcc2f58b49850cfccfae3e35 (diff)
NEWS, configure.ac: Set version to 2.0.1+dev
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe606b9..f9d1c64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+ProteanOS Development Kit version 2.0.1+dev
+-------------------------------------------
+
+Released: ????-??-??
+
ProteanOS Development Kit version 2.0.1
---------------------------------------
diff --git a/configure.ac b/configure.ac
index 400db85..c0c38e8 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.1],
+AC_INIT([ProteanOS Development Kit], [2.0.1+dev],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])