diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-05 18:19:31 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-05 18:19:31 (EDT) |
commit | fd450491e3ecdfbd39581b912b237b85ec7a76e8 (patch) | |
tree | ecf6b6a2fcb5fddd938b87a038a1085ac79b4bd6 | |
parent | fb1cd5d9a0894eab954a47f3e9e0e8d0c8d4d359 (diff) |
NEWS, configure.ac: Set version to 2.0.0+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.0+dev +------------------------------------------- + +Released: ????-??-?? + ProteanOS Development Kit version 2.0.0 --------------------------------------- diff --git a/configure.ac b/configure.ac index 50ace55..2088134 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], +AC_INIT([ProteanOS Development Kit], [2.0.0+dev], [mailto:proteanos-dev@lists.proteanos.com], [prokit], [http://www.proteanos.com/dev/prokit/]) AC_CONFIG_AUX_DIR([build-aux]) |