Skip to content

Commit

Permalink
Crispy Doom 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Sep 1, 2022
1 parent 5c90c3e commit 4d416c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**New Features and Improvements**
* Add mouse smoothing when running uncapped. (by @mikeday0)
* New icon design (thanks @kiwaph).
* New icon designs for all games and the setup executable (by @kiwaph).
* Brightmaps now working on mid-textures of two-sided lines (by @JNechaevsky).
* New stats widget option: above status bar.
* Many automap improvements: (by @JNechaevsky and @mikeday0)
Expand Down
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.1 LANGUAGES C)
project("Crispy Doom" VERSION 5.12.0 LANGUAGES C)

# Autotools variables
set(top_srcdir ${CMAKE_CURRENT_SOURCE_DIR})
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.1,
AC_INIT(Crispy Doom, 5.12.0,
[email protected], crispy-doom)

PACKAGE_SHORTNAME=${PACKAGE_NAME% Doom}
Expand Down

3 comments on commit 4d416c7

@fabiangreffrath
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikeday0 @JNechaevsky thank you for the extraordinary effort you have put into this release. This is highly appreciated! And thanks again for the new artwork @kiwaph.

@mikeday0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍻 Prost!

@JNechaevsky
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vashe zdorovie! ☕

I'm glad we was able to dig into parts of the code that's was previously untouched and make them better. Needles to say how valuable this experience it was, especially with collaborative effort!

Please sign in to comment.