summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-09-30 21:05:34 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-09-30 21:05:34 (EDT)
commit383634a42c52e9817f087098c0fe9611b3967db1 (patch)
treec067e39da8222911580983117288635e0f4a0395
parent532ba579fbe84ccada4ca5b65f6aa465a80bc062 (diff)
NEWS, configure.ac: Set version to 2.0.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 31fa428..f49acef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-ProteanOS Development Kit version 2.0.0+dev
--------------------------------------------
+ProteanOS Development Kit version 2.0.1
+---------------------------------------
Released: ????-??-??
diff --git a/configure.ac b/configure.ac
index 2088134..400db85 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+dev],
+AC_INIT([ProteanOS Development Kit], [2.0.1],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])