diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-02 21:32:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-02 21:32:50 (EDT) |
commit | 72d46f94ecd6e60218424d8f29a27574234aff85 (patch) | |
tree | 9e770ca6e716a53cca7a4d3b321aa52ba7c19f08 | |
parent | 0a9cf0aeac01657cc6f55946b84ca8b61fe6353f (diff) |
Set package version to 1.0.0
-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 1.0.0-beta1 ---------------------------------------------- +ProteanOS Development Kit version 1.0.0 +--------------------------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index 1cfcb88..4c73b7b 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], [1.0.0-beta1], +AC_INIT([ProteanOS Development Kit], [1.0.0], [mailto:proteanos-dev@lists.proteanos.com], [prokit], [http://www.proteanos.com/dev/prokit/]) AC_CONFIG_AUX_DIR([build-aux]) |