-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for the open-vm-tools 12.1.5 release.
- Update the tools version in the configure.ac. Update the build numbers buldNumber.h.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,10 @@ | |
### Initialization | ||
### | ||
|
||
TOOLS_VERSION="12.1.0" | ||
TOOLS_VERSION="12.1.5" | ||
AC_INIT( | ||
[open-vm-tools], | ||
[12.1.0], | ||
[12.1.5], | ||
[[email protected]]) | ||
|
||
# In order to make this configure script auto-detect situations where | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#define BUILD_NUMBER \ | ||
"build-20219665" | ||
"build-20735119" | ||
#define BUILD_NUMBER_NUMERIC \ | ||
20219665 | ||
20735119 | ||
#define BUILD_NUMBER_NUMERIC_STRING \ | ||
"20219665" | ||
"20735119" | ||
#define PRODUCT_BUILD_NUMBER \ | ||
"product-build-37487" | ||
"product-build-39265" | ||
#define PRODUCT_BUILD_NUMBER_NUMERIC \ | ||
37487 | ||
39265 | ||
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ | ||
"37487" | ||
"39265" |