From 305885f518e47763dfa80d391a1c3eca8f879c96 Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Fri, 29 Sep 2017 14:03:35 -0700 Subject: [PATCH] update version numbers --- open-vm-tools/configure.ac | 4 ++-- open-vm-tools/lib/include/buildNumber.h | 12 ++++++------ open-vm-tools/modules/linux/dkms.conf | 2 +- open-vm-tools/modules/linux/dkms.sh | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 7610f5522..1c5962f5c 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -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 diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index c3cec71ff..98f2e3823 100644 --- a/open-vm-tools/lib/include/buildNumber.h +++ b/open-vm-tools/lib/include/buildNumber.h @@ -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" diff --git a/open-vm-tools/modules/linux/dkms.conf b/open-vm-tools/modules/linux/dkms.conf index 69e2f8a6e..27466ab6d 100644 --- a/open-vm-tools/modules/linux/dkms.conf +++ b/open-vm-tools/modules/linux/dkms.conf @@ -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" diff --git a/open-vm-tools/modules/linux/dkms.sh b/open-vm-tools/modules/linux/dkms.sh index 61da1edb5..dfb414ee2 100644 --- a/open-vm-tools/modules/linux/dkms.sh +++ b/open-vm-tools/modules/linux/dkms.sh @@ -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"