Skip to content

Commit

Permalink
Crispy Doom 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Feb 10, 2022
1 parent 6cf8595 commit 234b12e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

cmake_minimum_required(VERSION 3.7.2)
project("Crispy Doom" VERSION 5.11.0 LANGUAGES C)
project("Crispy Doom" VERSION 5.11.1 LANGUAGES C)

# Autotools variables
set(top_srcdir ${CMAKE_CURRENT_SOURCE_DIR})
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ Many additional less user-visible features have been implemented, e.g. fixed eng

Binaries for Windows XP / Vista / 7 / 8.1 / 10 (32-bit binaries compatible with both x86 and x64 editions) are available here:

https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11/crispy-doom-5.11.0-win32.zip
https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11/crispy-heretic-5.11.0-win32.zip
https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11/crispy-hexen-5.11.0-win32.zip
https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11.1/crispy-doom-5.11.1-win32.zip
https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11.1/crispy-heretic-5.11.1-win32.zip
https://github.com/fabiangreffrath/crispy-doom/releases/download/crispy-doom-5.11.1/crispy-hexen-5.11.1-win32.zip

To install on Ubuntu ("Eoan Ermine" 19.10 and later)/Debian ("Buster" 10 and later) based systems:
```bash
Expand Down Expand Up @@ -170,6 +170,10 @@ After successful compilation the resulting binaries can be found in the `src/` d

## News

### Crispy Doom 5.11.1

Crispy Doom 5.11.1 is released on Feb 10, 2022. It it a bug-fix release to fix Heretic and Hexen config keys getting lost in setup.

### Crispy Doom 5.11

Crispy Doom 5.11 is released on Feb 09, 2022. It marks the return of Crispy Hexen and features highly appreciated community contributions of the past half year.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(Crispy Doom, 5.11.0,
AC_INIT(Crispy Doom, 5.11.1,
[email protected], crispy-doom)

PACKAGE_SHORTNAME=${PACKAGE_NAME% Doom}
Expand Down

0 comments on commit 234b12e

Please sign in to comment.