summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-08 13:04:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-08 13:04:17 (EDT)
commit7138c4ca96582244eac1bef10f6d23b9cc82de32 (patch)
treebf19c6b889030161b3008a1e9ba8bd65fd919db6 /configure.ac
parentd4318c2320fa13197a18eda991c5576a01e1dab2 (diff)
configure.ac: Set package version to 1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4c73b7b..a9e2c78 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],
+AC_INIT([ProteanOS Development Kit], [1.1.0],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])