Skip to content

Commit

Permalink
Generate the Inno Setup file
Browse files Browse the repository at this point in the history
...and bump the version back to 1.1.1 (Oops !)
  • Loading branch information
bcoconni committed Oct 24, 2020
1 parent 047f2d3 commit c11b0ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(JSBSim)

set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_CONTACT_EMAIL "jsbsim-devel@lists.sourceforge.net")
set(PROJECT_CONTACT_VENDOR "The JSBSim team")

Expand Down Expand Up @@ -206,6 +206,14 @@ if(BUILD_SHARED_LIBS)
set(CPACK_RPM_PYMODULES_PACKAGE_REQUIRES "${CPACK_RPM_RUNTIME_PACKAGE_NAME} >= ${CPACK_PACKAGE_VERSION}")
endif()

################################################################################
# Windows installer #
################################################################################

if(WIN32)
configure_file(${CMAKE_SOURCE_DIR}/JSBSim.iss.in JSBSim.iss)
endif()

################################################################################
# Source packaging #
################################################################################
Expand Down

0 comments on commit c11b0ac

Please sign in to comment.