summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdrian Perez de Castro <aperez@igalia.com>2019-09-09 00:24:22 +0300
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-09-09 19:22:09 +0000
commit3eb29c4061af33e41b8a5bc682a63d89a94c5fa5 (patch)
tree9c70efb12261e340d97c31a7377b6dde5e67c59f /lib
parent28907147d6115b85fe2146f3505421473a5a40c5 (diff)
downloadepiphany-3eb29c4061af33e41b8a5bc682a63d89a94c5fa5.tar.gz
adblock: Add profile migration to remove per-profile directory
With the adblock/ subdirectory being now in the shared per-user cache directory, the per-profile one is not needed anymore and needs to be removed.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-profile-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h
index 07926d226..b01e842d2 100644
--- a/lib/ephy-profile-utils.h
+++ b/lib/ephy-profile-utils.h
@@ -24,7 +24,7 @@
G_BEGIN_DECLS
-#define EPHY_PROFILE_MIGRATION_VERSION 33
+#define EPHY_PROFILE_MIGRATION_VERSION 34
#define EPHY_INSECURE_PASSWORDS_MIGRATION_VERSION 11
#define EPHY_FIREFOX_SYNC_PASSWORDS_MIGRATION_VERSION 19
#define EPHY_TARGET_ORIGIN_MIGRATION_VERSION 21