diff --git a/appveyor.yml b/appveyor.yml index 5aa2a698..6805f62d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 6.0.{build} +version: 6.9.{build} branches: only: diff --git a/src_rebuild/Game/version.h b/src_rebuild/Game/version.h index 17f6f442..4b7f702f 100644 --- a/src_rebuild/Game/version.h +++ b/src_rebuild/Game/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H #define VERSION_H -#define GAME_VERSION_N "6.4 alpha" +#define GAME_VERSION_N "6.9 alpha" #define GAME_TITLE "REDRIVER2" #define GAME_VERSION GAME_TITLE " " GAME_VERSION_N