From a42a177a7ad54eb26e079b80f61a9bc7739212c0 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Mon, 30 Sep 2019 13:52:05 +0300 Subject: [PATCH] genesys: Bump calibration version --- backend/genesys.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/genesys.cc b/backend/genesys.cc index 8a42c071d..fe98cd548 100644 --- a/backend/genesys.cc +++ b/backend/genesys.cc @@ -4662,7 +4662,7 @@ probe_genesys_devices (void) of Genesys_Calibration_Cache as is. */ static const char* CALIBRATION_IDENT = "sane_genesys"; -static const int CALIBRATION_VERSION = 11; +static const int CALIBRATION_VERSION = 12; bool read_calibration(std::istream& str, Genesys_Device::Calibration& calibration, const std::string& path)