[C] Updated version

This commit is contained in:
seleznevae
2019-08-27 09:42:43 +03:00
parent 00d8dadfd6
commit 218e4d49d8
4 changed files with 13 additions and 7 deletions

View File

@@ -45,9 +45,9 @@ SOFTWARE.
*****************************************************************************/
#define LIBFORT_MAJOR_VERSION 0
#define LIBFORT_MINOR_VERSION 1
#define LIBFORT_REVISION 6
#define LIBFORT_VERSION_STR "0.1.6"
#define LIBFORT_MINOR_VERSION 2
#define LIBFORT_REVISION 0
#define LIBFORT_VERSION_STR "0.2.0"
/*****************************************************************************