Skip to content

Commit

Permalink
release Crispy Doom 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Aug 9, 2024
1 parent 599c1b2 commit 84fa41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 6.0.0 LANGUAGES C)
project("Crispy Doom" VERSION 7.0.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, 6.0.0,
AC_INIT(Crispy Doom, 7.0.0,
[email protected], crispy-doom)

PACKAGE_SHORTNAME=${PACKAGE_NAME% Doom}
Expand Down

0 comments on commit 84fa41b

Please sign in to comment.