diff --git a/src/pc/network/version.h b/src/pc/network/version.h index 890251439..399187b53 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 8 +#define VERSION_NUMBER 9 #define MAX_VERSION_LENGTH 10 char* get_version(void);