aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ed890ca..af878fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
1Vmod-binlog NEWS -- history of user-visible changes. 2017-08-05 1Vmod-binlog NEWS -- history of user-visible changes. 2017-08-06
2Copyright (C) 2013-2017 Sergey Poznyakoff 2Copyright (C) 2013-2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Vmod-binlog bug reports to <gray@gnu.org> 5Please send Vmod-binlog bug reports to <gray@gnu.org>
6 6
7Version 2.0.92 (Git) 7Version 2.1, 2017-08-05
8 8
9* Support for Varnish 4.1 9* Support for Varnish 4.1
10 10
@@ -14,7 +14,7 @@ The configure script relies on pkg-config to determine the location of
14Varnish header files and libraries. 14Varnish header files and libraries.
15 15
16 16
17Version 2,0, 2014-11-13 17Version 2.0, 2014-11-13
18 18
19Support for VCL 4.0 19Support for VCL 4.0
20 20
diff --git a/configure.ac b/configure.ac
index 4a72590..b0ce64a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-binlog], 2.0.92, [gray@gnu.org]) 17AC_INIT([vmod-binlog], 2.1, [gray@gnu.org])
18AC_CONFIG_AUX_DIR([build-aux]) 18AC_CONFIG_AUX_DIR([build-aux])
19AC_CONFIG_MACRO_DIR([m4]) 19AC_CONFIG_MACRO_DIR([m4])
20AC_CONFIG_SRCDIR(src/binlog.c) 20AC_CONFIG_SRCDIR(src/binlog.c)

Return to:

Send suggestions and report system problems to the System administrator.