/*********************************************************
- * Copyright (C) 2020 VMware, Inc. All rights reserved.
+ * Copyright (C) 2020-2021 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
#if defined(_WIN32)
#define GUESTSTORE_CLIENTLIB_DLL WSTR("guestStoreClient.dll")
#else
-#define GUESTSTORE_CLIENTLIB_DLL "libguestStoreClient.so"
+#define GUESTSTORE_CLIENTLIB_DLL "libguestStoreClient.so.0"
#endif
/*
GuestStoreClientLogger,
GuestStoreClientPanic,
getContentCb, clientCbData);
-}
\ No newline at end of file
+}