From 7e94a0d7a3662f68eba1a5bba32af326de99ca03 Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Mon, 5 Oct 2020 19:11:18 +0200 Subject: [PATCH] Prepare for Release 3.3 Signed-off-by: Thibault Meyer --- CMakeLists.txt | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04772c6..eebea12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/README.md b/README.md index 2bcce55..b2a62e4 100644 --- a/README.md +++ b/README.md @@ -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)