diff options
author | Patrick 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) |
commit | d48622850406bd206e75b6d43f6a6b0137dbf3fb (patch) | |
tree | 4295800e9904f865bf05c9dd72985697a4df3db0 | |
parent | 6a51bb9652f583dffcc2f58b49850cfccfae3e35 (diff) |
NEWS, configure.ac: Set version to 2.0.1+dev
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |