Skip to content

Commit

Permalink
Version 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
crawfxrd committed Jun 26, 2018
1 parent 90d38a5 commit 5c4b5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/dattobd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
%global devname %{libprefix}-%{devsuffix}

Name: dattobd
Version: 0.10.4
Version: 0.10.5
Release: 1%{?dist}
Summary: Kernel module and utilities for enabling low-level live backups
Vendor: Datto, Inc.
Expand Down Expand Up @@ -549,6 +549,8 @@ rm -rf %{buildroot}


%changelog
* Tue Jun 26 2018 Tim Crawford <tcrawford@datto.com> - 0.10.5
- Add support for openSUSE Leap 15
* Wed Feb 14 2018 Tim Crawford <tcrawford@datto.com> - 0.10.4
- Added Linux 4.14 compatibility
- Added support for running the feature tests against non-running kernel
Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <linux/ioctl.h>
#include <linux/limits.h>

#define DATTOBD_VERSION "0.10.4"
#define DATTOBD_VERSION "0.10.5"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params{
Expand Down

0 comments on commit 5c4b5be

Please sign in to comment.