File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ if(UNIX)
113113 # TODO: Figure out how to get this from a git tag.
114114 set (CPACK_PACKAGE_VERSION_MAJOR 3)
115115 set (CPACK_PACKAGE_VERSION_MINOR 0)
116- set (CPACK_PACKAGE_VERSION_PATCH 0 )
116+ set (CPACK_PACKAGE_VERSION_PATCH 2 )
117117 set (CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR} .${CPACK_PACKAGE_VERSION_MINOR} .${CPACK_PACKAGE_VERSION_PATCH} " )
118118
119119 set (CPACK_PACKAGE_INSTALL_DIRECTORY ${CLINTERCEPT_INSTALL_TIME_ROOT_DIR} )
Original file line number Diff line number Diff line change 2828#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
2929
3030VS_VERSION_INFO VERSIONINFO
31- FILEVERSION 3,0,0,0
32- PRODUCTVERSION 3,0,0,0
31+ FILEVERSION 3,0,0,2
32+ PRODUCTVERSION 3,0,0,2
3333 FILEFLAGSMASK 0x0L
3434#ifdef _DEBUG
3535 FILEFLAGS 0x1L
You can’t perform that action at this time.
0 commit comments