Version 0.0.7

This commit is contained in:
Moritz Lipp 2010-06-21 22:00:28 +02:00
parent 2f1f105f73
commit 1a6b624bf2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ static const char FORMAT_COMMAND[] = "<b>%s</b>";
static const char FORMAT_DESCRIPTION[] = "<i>%s</i>";
/* 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";

View File

@ -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