diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-12-02 09:56:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-12-02 09:56:44 (GMT) |
commit | 1f564b89687f8c3acdae4858449d0d88cc660563 (patch) | |
tree | eca583405abf3d1dd4a7a23350c37ea50b49fd27 /src/analysis | |
parent | bd40ddc2660dff7c809fc4ffe39dca8d01e71454 (diff) |
Increased the current DB protocol version.
Diffstat (limited to 'src/analysis')
-rw-r--r-- | src/analysis/db/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/protocol.h b/src/analysis/db/protocol.h index 363669b..202a923 100644 --- a/src/analysis/db/protocol.h +++ b/src/analysis/db/protocol.h @@ -29,7 +29,7 @@ /** * Version de la définition courante du protocole. */ -#define CDB_PROTOCOL_VERSION 0xc0de0002 +#define CDB_PROTOCOL_VERSION 0xc0de0003 |