Skip to content

Commit b75dbce

Browse files
author
Dyno Hongjun Fu
committed
version bump to 10.0.5
1 parent ae82fa6 commit b75dbce

File tree

12 files changed

+37
-30
lines changed

12 files changed

+37
-30
lines changed

open-vm-tools/configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.61 for open-vm-tools 10.0.0.
3+
# Generated by GNU Autoconf 2.61 for open-vm-tools 10.0.5.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -723,8 +723,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
723723
# Identity of this package.
724724
PACKAGE_NAME='open-vm-tools'
725725
PACKAGE_TARNAME='open-vm-tools'
726-
PACKAGE_VERSION='10.0.0'
727-
PACKAGE_STRING='open-vm-tools 10.0.0'
726+
PACKAGE_VERSION='10.0.5'
727+
PACKAGE_STRING='open-vm-tools 10.0.5'
728728
PACKAGE_BUGREPORT='[email protected]'
729729

730730
ac_unique_file="checkvm/checkvm.c"
@@ -1517,7 +1517,7 @@ if test "$ac_init_help" = "long"; then
15171517
# Omit some internal or obsolete options to make the list less imposing.
15181518
# This message is too long to be a string in the A/UX 3.1 sh.
15191519
cat <<_ACEOF
1520-
\`configure' configures open-vm-tools 10.0.0 to adapt to many kinds of systems.
1520+
\`configure' configures open-vm-tools 10.0.5 to adapt to many kinds of systems.
15211521

15221522
Usage: $0 [OPTION]... [VAR=VALUE]...
15231523

@@ -1591,7 +1591,7 @@ fi
15911591

15921592
if test -n "$ac_init_help"; then
15931593
case $ac_init_help in
1594-
short | recursive ) echo "Configuration of open-vm-tools 10.0.0:";;
1594+
short | recursive ) echo "Configuration of open-vm-tools 10.0.5:";;
15951595
esac
15961596
cat <<\_ACEOF
15971597

@@ -1723,7 +1723,7 @@ fi
17231723
test -n "$ac_init_help" && exit $ac_status
17241724
if $ac_init_version; then
17251725
cat <<\_ACEOF
1726-
open-vm-tools configure 10.0.0
1726+
open-vm-tools configure 10.0.5
17271727
generated by GNU Autoconf 2.61
17281728

17291729
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1737,7 +1737,7 @@ cat >config.log <<_ACEOF
17371737
This file contains any messages produced by compilers while
17381738
running configure, to aid debugging if configure makes a mistake.
17391739

1740-
It was created by open-vm-tools $as_me 10.0.0, which was
1740+
It was created by open-vm-tools $as_me 10.0.5, which was
17411741
generated by GNU Autoconf 2.61. Invocation command line was
17421742

17431743
$ $0 $@
@@ -2744,7 +2744,7 @@ fi
27442744

27452745
# Define the identity of the package.
27462746
PACKAGE='open-vm-tools'
2747-
VERSION='10.0.0'
2747+
VERSION='10.0.5'
27482748

27492749

27502750
cat >>confdefs.h <<_ACEOF
@@ -31992,7 +31992,7 @@ exec 6>&1
3199231992
# report actual input values of CONFIG_FILES etc. instead of their
3199331993
# values after options handling.
3199431994
ac_log="
31995-
This file was extended by open-vm-tools $as_me 10.0.0, which was
31995+
This file was extended by open-vm-tools $as_me 10.0.5, which was
3199631996
generated by GNU Autoconf 2.61. Invocation command line was
3199731997

3199831998
CONFIG_FILES = $CONFIG_FILES
@@ -32039,7 +32039,7 @@ Report bugs to <[email protected]>."
3203932039
_ACEOF
3204032040
cat >>$CONFIG_STATUS <<_ACEOF
3204132041
ac_cs_version="\\
32042-
open-vm-tools config.status 10.0.0
32042+
open-vm-tools config.status 10.0.5
3204332043
configured by $0, generated by GNU Autoconf 2.61,
3204432044
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
3204532045

open-vm-tools/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
### Initialization
4040
###
4141

42-
TOOLS_VERSION="10.0.0"
42+
TOOLS_VERSION="10.0.5"
4343
AC_INIT(
4444
[open-vm-tools],
45-
[10.0.0],
45+
[10.0.5],
4646
4747

4848
# In order to make this configure script auto-detect situations where

open-vm-tools/lib/include/bsdfmt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* **********************************************************
2-
* Copyright 2008-2014 VMware, Inc. All rights reserved.
2+
* Copyright 2008-2014 VMware, Inc. All rights reserved. -- VMware Confidential
33
* **********************************************************/
44

55
/*
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#define BUILD_NUMBER \
2-
"build-3000743"
2+
"build-3227872"
33
#define BUILD_NUMBER_NUMERIC \
4-
3000743
4+
3227872
55
#define BUILD_NUMBER_NUMERIC_STRING \
6-
"3000743"
6+
"3227872"
77
#define PRODUCT_BUILD_NUMBER \
8-
"product-build-50046"
8+
"product-build-52125"
99
#define PRODUCT_BUILD_NUMBER_NUMERIC \
10-
50046
10+
52125
1111
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
12-
"50046"
12+
"52125"

open-vm-tools/lib/include/vmGuestLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*********************************************************
2-
* Copyright (C) 2003-2015 VMware, Inc. All rights reserved.
2+
* Copyright (C) 2003-2008 VMware, Inc. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify it
55
* under the terms of the GNU Lesser General Public License as published

open-vm-tools/lib/include/vm_tools_version.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,9 +1339,16 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN
13391339
#define TOOLS_VERSION_TORQUE_WRENCH_RELEASE_V_MNR 0
13401340
#define TOOLS_VERSION_TORQUE_WRENCH_RELEASE_V_BASE 0
13411341

1342-
#define TOOLS_VERSION_CURRENT TOOLS_VERSION_TORQUE_WRENCH_RELEASE
1343-
#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_RELEASE)
1344-
#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_RELEASE)
1342+
#ifndef RC_INVOKED
1343+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V)
1344+
#endif /* RC_INVOKED */
1345+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_MJR 10
1346+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_MNR 0
1347+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_BASE 5
1348+
1349+
#define TOOLS_VERSION_CURRENT TOOLS_VERSION_TORQUE_WRENCH_UPDATE1
1350+
#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1)
1351+
#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1)
13451352

13461353
/*
13471354
* The extended Tools version is the current Tools version with the

open-vm-tools/lib/unicode/unicodeSimpleCaseFolding.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* **********************************************************
2-
* Copyright 2007-2014 VMware, Inc. All rights reserved.
2+
* Copyright 2007-2014 VMware, Inc. All rights reserved. -- VMware Confidential
33
* **********************************************************/
44

55
/*

open-vm-tools/modules/freebsd/vmblock/subr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* **********************************************************
2-
* Copyright 2007-2014 VMware, Inc. All rights reserved.
2+
* Copyright 2007-2014 VMware, Inc. All rights reserved. -- VMware Confidential
33
* **********************************************************/
44

55
/*

open-vm-tools/modules/freebsd/vmblock/vfsops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* **********************************************************
2-
* Copyright 2007-2014 VMware, Inc. All rights reserved.
2+
* Copyright 2007-2014 VMware, Inc. All rights reserved. -- VMware Confidential
33
* **********************************************************/
44

55
/*

open-vm-tools/modules/freebsd/vmblock/vnops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* **********************************************************
2-
* Copyright 2007-2014 VMware, Inc. All rights reserved.
2+
* Copyright 2007-2014 VMware, Inc. All rights reserved. -- VMware Confidential
33
* **********************************************************/
44

55
/*

0 commit comments

Comments
 (0)