Skip to content

Commit

Permalink
Prepare for Release 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Sep 5, 2020
1 parent e70de69 commit dd980a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-2.0-orange.svg)](https://github.com/thibaultmeyer/chip8-emulator/releases)
[![Latest release](https://img.shields.io/badge/latest_release-3.0-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
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 "2.0"
# define CHIP8EMU_VERSION "3.0"
# ifdef _WIN32
# define CHIP8EMU_VERSION_WIN_FILE 2,0,0,0
# define CHIP8EMU_VERSION_WIN_FILE 3,0,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 dd980a2

Please sign in to comment.