From b125498569d8bd1a9bc43c95c82c108ffb019697 Mon Sep 17 00:00:00 2001 From: artygus Date: Tue, 14 Aug 2018 09:33:54 +0300 Subject: [PATCH] version bump 1.8.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a045dbb2..bee9f1bf 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([ios_webkit_debug_proxy], [1.8], [https://github.com/google/ios-webkit-debug-proxy/issues]) +AC_INIT([ios_webkit_debug_proxy], [1.8.1], [https://github.com/google/ios-webkit-debug-proxy/issues]) AM_INIT_AUTOMAKE([1.10 no-define]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADERS([config.h])