Skip to content

Commit

Permalink
Correct auto-merge error in vm_tools_version.h - stable-12.1.x to mas…
Browse files Browse the repository at this point in the history
…ter.
  • Loading branch information
johnwvmw committed Mar 8, 2023
1 parent e178e72 commit ed34acd
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions open-vm-tools/lib/include/vm_tools_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -1743,16 +1743,9 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN
#define TOOLS_VERSION_NEXT_V_MNR 2
#define TOOLS_VERSION_NEXT_V_BASE 0

#ifndef RC_INVOKED
#define TOOLS_VERSION_MITER_SAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_UPDATE1_V)
#endif /* RC_INVOKED */
#define TOOLS_VERSION_MITER_SAW_UPDATE1_V_MJR 12
#define TOOLS_VERSION_MITER_SAW_UPDATE1_V_MNR 1
#define TOOLS_VERSION_MITER_SAW_UPDATE1_V_BASE 5

#define TOOLS_VERSION_CURRENT TOOLS_VERSION_MITER_SAW_UPDATE1
#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_MITER_SAW_UPDATE1)
#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_MITER_SAW_UPDATE1)
#define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT
#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT)
#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT)

/*
* The extended Tools version is the current Tools version with the
Expand Down

0 comments on commit ed34acd

Please sign in to comment.