diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 075e6456..fb9639be 100644 --- a/src/pc/network/version.h +++ b/src/pc/network/version.h @@ -2,7 +2,7 @@ #define VERSION_H #define UNSTABLE_BRANCH -#define VERSION_NUMBER 16 +#define VERSION_NUMBER 17 #define MAX_VERSION_LENGTH 10 char* get_version(void);