summaryrefslogtreecommitdiff
path: root/open-vm-tools/guestproxycerttool/cert_tool_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/guestproxycerttool/cert_tool_version.h')
-rw-r--r--open-vm-tools/guestproxycerttool/cert_tool_version.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/open-vm-tools/guestproxycerttool/cert_tool_version.h b/open-vm-tools/guestproxycerttool/cert_tool_version.h
new file mode 100644
index 00000000..2e6c4672
--- /dev/null
+++ b/open-vm-tools/guestproxycerttool/cert_tool_version.h
@@ -0,0 +1,39 @@
+/*********************************************************
+ * 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.
+ *
+ *********************************************************/
+
+/*
+ * cert_tool_version.h --
+ *
+ * Version definitions for the vmware-guestproxycerttool program
+ */
+
+#ifndef _GUESTPROXYCERTTOOL_VERSION_H_
+#define _GUESTPROXYCERTTOOL_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. If and when it becomes necessary to version the component
+ * manually, make sure that the version is bumped any time the component or
+ * its dependencies are changed.
+ */
+#include "vm_tools_version.h"
+#define GUESTPROXYCERTTOOL_VERSION_COMMAS TOOLS_VERSION_EXT_CURRENT_CSV
+#define GUESTPROXYCERTTOOL_VERSION_STRING TOOLS_VERSION_EXT_CURRENT_STR
+
+#endif /* _GUESTPROXYCERTTOOL_VERSION_H_*/