diff options
author | lns <matzeton@googlemail.com> | 2017-12-24 17:23:27 +0100 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2017-12-24 17:23:27 +0100 |
commit | 8f16714de81975525cf645f0ed372ce1543de408 (patch) | |
tree | cc9903d4bd3fc1392df2fd24b7249c1e8b92986e /configure.ac | |
parent | 97d1c0c62b2ce32157386ad08cd8981d0f3e4b91 (diff) |
archlinux pkgbuild, version bump
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0b449b1..a2bff17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.69) -AC_INIT([ptunnel-ng], [1.0], [], [], []) +AC_INIT([ptunnel-ng], [1.1], [], [], []) AC_CONFIG_SRCDIR([src/config.h.in]) AC_CONFIG_FILES([Makefile src/Makefile]) |