#ifndef ZC4_VER_H #define ZC4_VER_H #define zc4_vc_redist_version "14.16.27012" #define zc4_vc_redist_dir "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Redist\\MSVC\\" #define zc4_iss_install_dir_64bit "C:\\devel\\zc4install-64bit" #define zc4_iss_win_dir_64bit "C:\\Windows\\SysWow64" #define zc4_iss_lib_dir_64bit "C:\\devel\\libraries\\win64\\lib" #define zc4_iss_plugins_dir_64bit "C:\\devel\\libraries\\win64\\plugins" #define zc4_iss_qt_dir_64bit "C:\\Qt\\5.14.0\\msvc2017_64" #define zc4_iss_src_dir "C:\\devel\\zc4" #define zc4_iss_target_dir "C:\\devel\\zc4deploy" #define ZC4_VERSION "1.48" #define ZC4_VERSION_SUBVERSION "1.48.15" #endif