From 073309de0ad5d17f5b7d5b1241e5f4ca788e9121 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Thu, 15 Jan 2015 12:08:35 -0500 Subject: [PATCH] Increment database version and bump to 1.8.1 stable --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 4fe856574..fd2ee329a 100644 --- a/config.py +++ b/config.py @@ -14,14 +14,14 @@ saveInRoot = False # Version data version = "1.8.1" -tag = "git" +tag = "Stable" expansionName = "Proteus" expansionVersion = "1.0" evemonMinVersion = "4081" # Database version (int ONLY) # Increment every time we need to flag for user database upgrade/modification -dbversion = 3 +dbversion = 4 pyfaPath = None savePath = None