diff --git a/cmake/CPackInfos.cmake b/cmake/CPackInfos.cmake index 5d02f3ce..c1ec3e73 100644 --- a/cmake/CPackInfos.cmake +++ b/cmake/CPackInfos.cmake @@ -120,7 +120,7 @@ include(CMakeDetermineSystem) # Linux DEB (tested on debian stretch and buster) # Architecture for package and file name are automatically detected set(CPACK_DEBIAN_PACKAGE_SECTION "electronics") -set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5core5a, libqt5opengl5, libopengl0, libusb-1.0-0, libfftw3-3") +set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") # Linux RPM (not tested on debian) diff --git a/openhantek/src/OH_BUILD.h b/openhantek/src/OH_BUILD.h index dc57ba50..84085b7f 100644 --- a/openhantek/src/OH_BUILD.h +++ b/openhantek/src/OH_BUILD.h @@ -1,2 +1,2 @@ // Do not edit, will be re-created at each commit! -#define OH_BUILD "20200403 build 630" +#define OH_BUILD "20200403 build 632" diff --git a/openhantek/src/OH_VERSION.h b/openhantek/src/OH_VERSION.h index 1c453da6..eb633da5 100644 --- a/openhantek/src/OH_VERSION.h +++ b/openhantek/src/OH_VERSION.h @@ -1,7 +1,7 @@ // define the version that is shown on top of the program // if undefined (for development commits) the build will be shown by OpenHantek -//#define OH_VERSION "3.0.34-rc1" +#define OH_VERSION "3.0.4-rc1" # ifdef OH_VERSION