Skip to content

Commit

Permalink
Prepare for Release 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Oct 5, 2020
1 parent 845ad14 commit 7e94a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PROJECT(chip8-emulator C)
# Application version
SET(CHIP8EMU_AUTHOR "Thibault Meyer")
SET(CHIP8EMU_APPNAME "CHIP-8 Emulator")
SET(CHIP8EMU_VERSION "3.2")
SET(CHIP8EMU_VERSION_WIN_FILE "3,2,0,0")
SET(CHIP8EMU_VERSION "3.3")
SET(CHIP8EMU_VERSION_WIN_FILE "3,3,0,0")
SET(CHIP8EMU_COPYRIGHT "© 2020 ${CHIP8EMU_AUTHOR}")

# Settings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHIP-8 Emulator

[![Latest release](https://img.shields.io/badge/latest_release-3.2-orange.svg)](https://github.com/thibaultmeyer/chip8-emulator/releases)
[![Latest release](https://img.shields.io/badge/latest_release-3.3-orange.svg)](https://github.com/thibaultmeyer/chip8-emulator/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/thibaultmeyer/chip8-emulator/blob/master/LICENSE)
[![CodeFactor](https://www.codefactor.io/repository/github/thibaultmeyer/chip8-emulator/badge)](https://www.codefactor.io/repository/github/thibaultmeyer/chip8-emulator)

Expand Down

0 comments on commit 7e94a0d

Please sign in to comment.