aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 18:33:37 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 18:33:37 +0300
commiteae3e0f9bd23456e7b0ce66c258eff9f792f13e2 (patch)
tree5bed6a8aa34b2994390f85fa11a46a7c158bc1ed
parent25db25c6955f74e6f8a5672e5c3dbb3af28b0c7d (diff)
downloadvmod-sql-eae3e0f9bd23456e7b0ce66c258eff9f792f13e2.tar.gz
vmod-sql-eae3e0f9bd23456e7b0ce66c258eff9f792f13e2.tar.bz2
Version 1.1release-1.1
-rw-r--r--NEWS2
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1301b03..1a4d90e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ See the end of file for copying conditions.
Please send vmod-sql bug reports to <gray@gnu.org>
-Version 1.0.91 (git)
+Version 1.1, 2017-08-06
* Support for Varnish 4.1
diff --git a/README b/README
index 3f96b03..57270da 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Vmod-sql README
-Copyright (C) 2013-2014 Sergey Poznyakoff
+Copyright (C) 2013-2017 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
@@ -62,7 +62,7 @@ Send bug reports and suggestions to <gray@gnu.org>
* Copyright information:
-Copyright (C) 2013 Sergey Poznyakoff
+Copyright (C) 2013-2017 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 8e4529f..df3e17c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-sql. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-sql], 1.0.91, [gray@gnu.org])
+AC_INIT([vmod-sql], 1.1, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod-sql.c)

Return to:

Send suggestions and report system problems to the System administrator.