Skip to content

Commit 6a74a69

Browse files
committed
update versions
1 parent 9dc41e3 commit 6a74a69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

intercept/src/git_version.rc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
2929

3030
VS_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

0 commit comments

Comments
 (0)