open-vm-tools 10.0.5
libvmtools/vmtoolslib_version.h
00001 /*********************************************************
00002  * Copyright (C) 2008-2015 VMware, Inc. All rights reserved.
00003  *
00004  * This program is free software; you can redistribute it and/or modify it
00005  * under the terms of the GNU Lesser General Public License as published
00006  * by the Free Software Foundation version 2.1 and no later version.
00007  *
00008  * This program is distributed in the hope that it will be useful, but
00009  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
00010  * or FITNESS FOR A PARTICULAR PURPOSE.  See the Lesser GNU General Public
00011  * License for more details.
00012  *
00013  * You should have received a copy of the GNU Lesser General Public License
00014  * along with this program; if not, write to the Free Software Foundation, Inc.,
00015  * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA.
00016  *
00017  *********************************************************/
00018 
00019 #ifndef _VMTOOLSLIB_VERSION_H_
00020 #define _VMTOOLSLIB_VERSION_H_
00021 
00022 #include "vm_tools_version.h"
00023 #define VMTOOLSLIB_VERSION_COMMAS   TOOLS_VERSION_EXT_CURRENT_CSV
00024 #define VMTOOLSLIB_VERSION_STRING   TOOLS_VERSION_EXT_CURRENT_STR
00025 
00026 #endif /* _VMTOOLS_VERSION_H_ */
00027