dynamic_visualization_store_version Last update: 16.07.2025 Go to the documentation of this file. 1/************************************************************** 2* 3* (C) 2022-2025 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//1.2.1 Ansys v23.2 29//1.3.0 Ansys v24.1 30//1.4.0 Ansys v24.2 31//1.4.1 Ansys v25.1 32//1.4.2 Ansys v25.2 33#define DVS_CURRENT_API_VERSION "1.4.2" 34 35#endif //___DVS_VERSION_H___