]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/Config.cmake/config_fmilib.c.cmake
Switch to full JavaSE-11+ compatibility
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / Config.cmake / config_fmilib.c.cmake
1 /*\r
2     Copyright (C) 2012 Modelon AB\r
3 \r
4     This program is free software: you can redistribute it and/or modify\r
5     it under the terms of the BSD style license.
6 \r
7     This program is distributed in the hope that it will be useful,\r
8     but WITHOUT ANY WARRANTY; without even the implied warranty of\r
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
10     FMILIB_License.txt file for more details.\r
11 \r
12     You should have received a copy of the FMILIB_License.txt file\r
13     along with this program. If not, contact Modelon AB <http://www.modelon.com>.\r
14 */\r
15 \r
16 #include "fmilib_config.h"\r
17 \r
18 const char * fmilib_build_stamp = \r
19         "Built on: " __DATE__ " " __TIME__ "\n"\r
20         "Last changed on: @FMILibrary_WC_LAST_CHANGED_DATE@\n"\r
21         "Revision: @FMILibrary_WC_REVISION@";\r
22 \r
23         \r
24 const char* fmilib_get_build_stamp(void) {\r
25         return fmilib_build_stamp;\r
26 }