summaryrefslogtreecommitdiff
path: root/open-vm-tools/libDeployPkg/libDeployPkg_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/libDeployPkg/libDeployPkg_version.h')
-rw-r--r--open-vm-tools/libDeployPkg/libDeployPkg_version.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/open-vm-tools/libDeployPkg/libDeployPkg_version.h b/open-vm-tools/libDeployPkg/libDeployPkg_version.h
new file mode 100644
index 00000000..d506d112
--- /dev/null
+++ b/open-vm-tools/libDeployPkg/libDeployPkg_version.h
@@ -0,0 +1,37 @@
+/*********************************************************
+ * Copyright (C) 2014-2015 VMware, Inc. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation version 2.1 and no later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ *********************************************************/
+
+/*
+ * libDeployPkg_version.h --
+ *
+ * Version definitions for libDeployPkg.
+ */
+
+#ifndef _LIBDEPLOYPKG_VERSION_H_
+#define _LIBDEPLOYPKG_VERSION_H_
+
+/*
+ * This component's version is coupled with Tools versioning. The effect
+ * is that the version increments with each build, and with each Tools
+ * version bump.
+ */
+#include "vm_tools_version.h"
+#define LIBDEPLOYPKG_VERSION_COMMAS TOOLS_VERSION_EXT_CURRENT_CSV
+#define LIBDEPLOYPKG_VERSION_STRING TOOLS_VERSION_EXT_CURRENT_STR
+
+#endif /* _LIBDEPLOYPKG_VERSION_H_ */