Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Sep 29, 2017
1 parent d40c954 commit 305885f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions open-vm-tools/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
### Initialization
###

TOOLS_VERSION="10.1.10"
TOOLS_VERSION="10.1.15"
AC_INIT(
[open-vm-tools],
[10.1.10],
[10.1.15],
[open-vm-tools-devel@lists.sourceforge.net])

# In order to make this configure script auto-detect situations where
Expand Down
12 changes: 6 additions & 6 deletions open-vm-tools/lib/include/buildNumber.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#define BUILD_NUMBER \
"build-6082533"
"build-6677369"
#define BUILD_NUMBER_NUMERIC \
6082533
6677369
#define BUILD_NUMBER_NUMERIC_STRING \
"6082533"
"6677369"
#define PRODUCT_BUILD_NUMBER \
"product-build-63510"
"product-build-65452"
#define PRODUCT_BUILD_NUMBER_NUMERIC \
63510
65452
#define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \
"63510"
"65452"
2 changes: 1 addition & 1 deletion open-vm-tools/modules/linux/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=open-vm-tools
PACKAGE_VERSION=10.1.10
PACKAGE_VERSION=10.1.15
MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"

Expand Down
4 changes: 2 additions & 2 deletions open-vm-tools/modules/linux/dkms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ then
echo " src: root of unpacked open-vm-tools package"
echo " dst: where to create the dkms tree"
echo
echo "The script will create an 'open-vm-tools' module with version 10.1.10."
echo "The script will create an 'open-vm-tools' module with version 10.1.15."
exit 1
fi

src=$1
dst=$2/open-vm-tools-10.1.10
dst=$2/open-vm-tools-10.1.15

SHARED_HEADERS="backdoor_def.h"
SHARED_HEADERS="$SHARED_HEADERS backdoor_types.h"
Expand Down

0 comments on commit 305885f

Please sign in to comment.