- bump version

This commit is contained in:
Ilya Shurumov 2020-11-14 03:37:33 +06:00
parent e032fae6f8
commit fc3d8d285e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 3.4.{build} version: 4.0.{build}
branches: branches:
only: only:

View File

@ -1,7 +1,7 @@
#ifndef VERSION_H #ifndef VERSION_H
#define VERSION_H #define VERSION_H
#define GAME_VERSION_N "3.4 alpha" #define GAME_VERSION_N "4.0 alpha"
#define GAME_TITLE "REDRIVER2" #define GAME_TITLE "REDRIVER2"
#define GAME_VERSION GAME_TITLE " " GAME_VERSION_N #define GAME_VERSION GAME_TITLE " " GAME_VERSION_N