Skip to content

Commit

Permalink
Version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotarwilliams committed Feb 7, 2023
1 parent f740f53 commit d80dfa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dist/dattobd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@


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


%changelog
* Tue Feb 7 2023 Dakota Williams <drwilliams@datto.com> - 0.11.2
- Similar update to configure test

* Tue Jan 31 2023 Dakota Williams <drwilliams@datto.com> - 0.11.1
- Fix for bad configure test

Expand Down
3 changes: 2 additions & 1 deletion src/configure-tests/feature-tests/bio_blkg.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
*/

#include "includes.h"
#include <linux/blk-types.h>
#include <linux/blk_types.h>
#include <linux/blk-cgroup.h>

MODULE_LICENSE("GPL");

Expand Down
2 changes: 1 addition & 1 deletion src/dattobd.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/limits.h>
#include <linux/types.h>

#define DATTOBD_VERSION "0.11.1"
#define DATTOBD_VERSION "0.11.2"
#define DATTO_IOCTL_MAGIC 0x91

struct setup_params {
Expand Down

0 comments on commit d80dfa7

Please sign in to comment.