summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-26 01:27:53 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-26 01:27:53 (EDT)
commit547b99d349ce999d631bcddc3795b8ab1e0b61ce (patch)
treed07be7a2ce658efa837e388dbc59387eefe35886 /configure.ac
parent83bcfb556cfc36246c99cf92f0bc0ec8a8e6d755 (diff)
configure.ac: Set package version to 1.2.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 01d7dc1..b0e27e1 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.1.0],
+AC_INIT([ProteanOS Development Kit], [1.2.0],
[mailto:proteanos-dev@lists.proteanos.com], [prokit],
[http://www.proteanos.com/dev/prokit/])
AC_CONFIG_AUX_DIR([build-aux])