From 9896c2afd0bd1b375c94d607bce1542e6cbefb2b Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Mon, 21 Jun 2010 22:00:28 +0200 Subject: [PATCH] Version 0.0.7 --- config.def.h | 2 +- config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 13c7153..e1f186a 100644 --- a/config.def.h +++ b/config.def.h @@ -12,7 +12,7 @@ static const char FORMAT_COMMAND[] = "%s"; static const char FORMAT_DESCRIPTION[] = "%s"; /* directories and files */ -static const char ZATHURA_DIR[] = ".zathura"; +static const char ZATHURA_DIR[] = ".config/zathura"; static const char BOOKMARK_FILE[] = "bookmarks"; static const char ZATHURA_RC[] = "zathurarc"; diff --git a/config.mk b/config.mk index 81640b1..3b1fdb3 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ # See LICENSE file for license and copyright information # zathura make config -VERSION = 0.0.6 +VERSION = 0.0.7 # paths PREFIX ?= /usr