From 01d65f43ffc6c1c48613ab2558e7426bd50d026c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 9 Mar 2015 22:01:43 +0100 Subject: [PATCH] Bump encfs version to 1.8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c37fa54..cbf003e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([encfs], [1.7.5]) +AC_INIT([encfs], [1.8]) AC_CONFIG_SRCDIR([encfs/encfs.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])