Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroneko committed Jul 20, 2020
1 parent dfd4ce9 commit bb15ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_policy(SET CMP0091 NEW)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED 14)

project(strange VERSION 1.6.0 LANGUAGES C CXX)
project(strange VERSION 1.6.1 LANGUAGES C CXX)

option(USE_CONAN "Use conan for dependencies" OFF)

Expand Down
2 changes: 1 addition & 1 deletion src/iface_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define MAX(x,y) (((x) > (y)) ? (x) : (y))
#define ABS(x) (((x) > 0) ? (x) : (0-x))

#define SAIS_VERSION_NUMBER "v1.6"
#define SAIS_VERSION_NUMBER "v1.6.1"

typedef struct _t_gamesettings
{
Expand Down

0 comments on commit bb15ce1

Please sign in to comment.