From dcc0b556ba383093940448ac4f7df19857492543 Mon Sep 17 00:00:00 2001 From: theoreticalbts Date: Wed, 16 Dec 2015 17:55:01 -0500 Subject: [PATCH] config.hpp: Bump DB version --- libraries/chain/include/graphene/chain/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/include/graphene/chain/config.hpp b/libraries/chain/include/graphene/chain/config.hpp index 650f56cb0a..4398058801 100644 --- a/libraries/chain/include/graphene/chain/config.hpp +++ b/libraries/chain/include/graphene/chain/config.hpp @@ -140,7 +140,7 @@ #define GRAPHENE_RECENTLY_MISSED_COUNT_INCREMENT 4 #define GRAPHENE_RECENTLY_MISSED_COUNT_DECREMENT 3 -#define GRAPHENE_CURRENT_DB_VERSION "BTS2.6" +#define GRAPHENE_CURRENT_DB_VERSION "BTS2.7" #define GRAPHENE_IRREVERSIBLE_THRESHOLD (70 * GRAPHENE_1_PERCENT)