Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wfraser committed Jul 3, 2013
1 parent f8935d5 commit 17786cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREFIX=/usr/local

VERSION=BackFS v0.2\
VERSION=BackFS v0.3\
$(shell test -d .git && echo "\ngit revision" && git log --pretty="format:%h %ai" -n1)\
\nbuilt $(shell date "+%Y-%m-%d %H:%M:%S %z")\n

Expand Down
1 change: 0 additions & 1 deletion backfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ int backfs_log_level;
bool backfs_log_stderr = false;

static struct backfs backfs;
#define BACKFS_OPT(t,p,v) { t, offsetof(struct
static struct fuse_opt backfs_opts[] = {
{"cache=%s", offsetof(struct backfs, cache_dir), 0},
{"cache_size=%llu", offsetof(struct backfs, cache_size), 0},
Expand Down

0 comments on commit 17786cb

Please sign in to comment.