diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 08:20:52 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 08:21:02 (EST) |
commit | 4d1500752e933552830810e7361dfc253140ebfa (patch) | |
tree | 733c6c8f28ca773c1ed0db5040aa5079ac620b3d | |
parent | e6944d23b046b239616577138d32084fd6b92ba7 (diff) |
NEWS, configure.ac: Set version to 3.0.0
The command-line interface has changed in an incompatible way
("installer-pc" was removed).
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -ProteanOS Development Kit version 2.1.0 +ProteanOS Development Kit version 3.0.0 --------------------------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index 0641b11..73fbb2b 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.1.0], +AC_INIT([ProteanOS Development Kit], [3.0.0], [mailto:proteanos-dev@lists.proteanos.com], [prokit], [http://www.proteanos.com/dev/prokit/]) AC_CONFIG_AUX_DIR([build-aux]) |