Skip to content

Commit

Permalink
Bump project version to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky committed Oct 29, 2023
1 parent 38cc8f8 commit c0e163e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

cmake_minimum_required(VERSION 3.9)
project("Inter" VERSION 7.2.0 LANGUAGES C)
project("Inter" VERSION 7.2.1 LANGUAGES C)

# Autotools variables
set(top_srcdir ${CMAKE_CURRENT_SOURCE_DIR})
set(top_builddir ${CMAKE_CURRENT_BINARY_DIR})

# AC_INIT variables
set(PACKAGE_VERSION "7.2")
set(PACKAGE_VERSION "7.2.1")
set(PACKAGE_NAME "${PROJECT_NAME}")
set(PACKAGE_FULLNAME "International Doom ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "inter-doom")
Expand Down

0 comments on commit c0e163e

Please sign in to comment.