summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit72d46f94ecd6e60218424d8f29a27574234aff85 (patch)
tree9e770ca6e716a53cca7a4d3b321aa52ba7c19f08
parent0a9cf0aeac01657cc6f55946b84ca8b61fe6353f (diff)
Set package version to 1.0.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 200fe6d..0f8ae46 100644
--- a/NEWS
+++ b/NEWS
@@ -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])