Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/murmur/ServerDB.h')
-rw-r--r--src/murmur/ServerDB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/murmur/ServerDB.h b/src/murmur/ServerDB.h
index 2815ede5d..b3790a555 100644
--- a/src/murmur/ServerDB.h
+++ b/src/murmur/ServerDB.h
@@ -26,7 +26,7 @@ public:
/// Whenever you change the DB structure (add a new table, added a new column in a table, etc.)
/// you have to increase this version number by one and add the respective "backwards compatibility
/// code" into the ServerDB code.
- static const int DB_STRUCTURE_VERSION = 8;
+ static const int DB_STRUCTURE_VERSION = 9;
enum ChannelInfo { Channel_Description, Channel_Position, Channel_Max_Users };
enum UserInfo {