From 9169470b77422770f7ec7b35289aed9284237a00 Mon Sep 17 00:00:00 2001 From: Naomi Peori Date: Mon, 23 Apr 2018 14:51:53 -0300 Subject: [PATCH] Changed PACKAGE2_MAXVER_400_CURRENT to PACKAGE2_MAXVER_400_410. --- exosphere/src/configitem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/src/configitem.c b/exosphere/src/configitem.c index 17f1c1afc..79c351338 100644 --- a/exosphere/src/configitem.c +++ b/exosphere/src/configitem.c @@ -66,7 +66,7 @@ uint32_t configitem_get(ConfigItem item, uint64_t *p_outvalue) { break; case CONFIGITEM_VERSION: /* Always returns maxver - 1 on hardware. */ - *p_outvalue = PACKAGE2_MAXVER_400_CURRENT - 1; + *p_outvalue = PACKAGE2_MAXVER_400_410 - 1; break; case CONFIGITEM_HARDWARETYPE: *p_outvalue = fuse_get_hardware_type();