diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-06-28 06:55:09 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-06-28 06:55:09 +0200 |
commit | af609a5fe23d2f920e7398307bc7d91957a9e7e5 (patch) | |
tree | 4d4b19265842132ae1207e238946643c625c472a /configure.ac | |
parent | 81038ada58567a4058833efbadbe19942d60e2c6 (diff) |
New upstream version 1.1.1upstream/1.1.1upstream
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1a27829..e905f57 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([psocksxx], [1.1.0], [https://github.com/nukedzn/psocksxx/issues]) +AC_INIT([psocksxx], [1.1.1], [https://github.com/nukedzn/psocksxx/issues]) AC_CONFIG_AUX_DIR([aux-build]) AC_CONFIG_MACRO_DIR([aux-build/m4]) AC_CONFIG_HEADERS([include/config.h]) @@ -33,7 +33,7 @@ AC_CONFIG_HEADERS([include/config.h]) # CURRENT : REVISION : AGE # lib versions -LIBPSOCKSXX_LT_VERSION=1:3:1 +LIBPSOCKSXX_LT_VERSION=1:4:1 AC_SUBST(LIBPSOCKSXX_LT_VERSION) # init |