Commits (2)
/*
* Copyright 2015, 2016 Andrew Ayer <agwa@andrewayer.name>
* Copyright 2016, 2017 Chris Lamb <lamby@debian.org>
* Copyright 2016-2020 Chris Lamb <lamby@debian.org>
*
* This file is part of disorderfs.
*
......@@ -43,7 +43,7 @@ extern "C" {
#include <sys/file.h>
#include <stddef.h>
#define DISORDERFS_VERSION "0.5.8"
#define DISORDERFS_VERSION "0.5.9"
namespace {
std::vector<std::string> bare_arguments;
......