Skip to main content

Post-processing tools 2023 R2

dynamic_visualization_store_version.h

Last update: 17.04.2023
Go to the documentation of this file.
1 /**************************************************************
2 *
3 * (C) 2022 ANSYS, Inc. Unauthorized use, distribution, or duplication is prohibited.
4 *
5 * Restricted Rights Legend
6 *
7 * Use, duplication, or disclosure of this
8 * software and its documentation by the
9 * Government is subject to restrictions as
10 * set forth in subdivision [(b)(3)(ii)] of
11 * the Rights in Technical Data and Computer
12 * Software clause at 52.227-7013.
13 *
14 **************************************************************
15 */
16 
23 #ifndef ___DVS_VERSION_H___
24 #define ___DVS_VERSION_H___
25 
26 //Prior version had no version file
27 //1.1.0 ANSYS v22.1 and v22.2
28 #define DVS_CURRENT_API_VERSION "1.2.0"
29 
30 #endif //___DVS_VERSION_H___