diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake index 321225b..6d6254f 100644 --- a/cmake/packaging.cmake +++ b/cmake/packaging.cmake @@ -6,7 +6,7 @@ # the LICENSE file found in the root directory of this source tree. # -set(PACKAGE_VERSION 1) +set(PACKAGE_VERSION 2) if("${sleigh_GHIDRA_RELEASE_TYPE}" STREQUAL "HEAD") set(PACKAGE_VERSION "DEV.${ghidra_short_commit}") endif()