diff options
author | Patrick 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) |
commit | 383634a42c52e9817f087098c0fe9611b3967db1 (patch) | |
tree | c067e39da8222911580983117288635e0f4a0395 | |
parent | 532ba579fbe84ccada4ca5b65f6aa465a80bc062 (diff) |
NEWS, configure.ac: Set version to 2.0.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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]) |