Skip to content

Commit

Permalink
bump version in cmakelists, too
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-salfelder committed Aug 18, 2020
1 parent 728590c commit e6dfaff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ endif()
PROJECT(ADMS C)
cmake_minimum_required(VERSION 2.8)

# TODO: store version in a sensible place
# e.g. qucs: file(STRINGS "${qucs-project_SOURCE_DIR}/VERSION" QUCS_VERSION)

SET(PACKAGE_NAME "adms")
SET(PACKAGE_VERSION "2.3.6")
SET(PACKAGE_VERSION "2.3.7")
SET(PACKAGE_BUGREPORT "[email protected]")

# Default to static libs ( shared needs work, BUG with MinGW).
Expand Down

0 comments on commit e6dfaff

Please sign in to comment.