Skip to content

Commit

Permalink
Downgrade min CMake version to 3.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Mar 7, 2020
1 parent ba5b69f commit d5ac003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.15.3)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10.2)
PROJECT(chip8-emulator C)

# Settings
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# define CHIP8EMU_VERSION_H
# define CHIP8EMU_AUTHOR "Thibault Meyer"
# define CHIP8EMU_APPNAME "CHIP-8 Emulator"
# define CHIP8EMU_VERSION "1.0"
# define CHIP8EMU_VERSION "1.1"
# ifdef _WIN32
# define CHIP8EMU_VERSION_WIN_FILE 1,0,0,0
# define CHIP8EMU_VERSION_WIN_FILE 1,1,0,0
# define CHIP8EMU_VERSION_WIN_PRODUCT CHIP8EMU_VERSION ".0.0"
# endif
# define CHIP8EMU_DESCRIPTION "Emulator for the CHIP-8 virtual machine"
Expand Down

0 comments on commit d5ac003

Please sign in to comment.