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 /configure.ac | |
parent | 532ba579fbe84ccada4ca5b65f6aa465a80bc062 (diff) |
NEWS, configure.ac: Set version to 2.0.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |