- changed version to 0.9.2

This commit is contained in:
Michael Zillgith 2016-05-06 16:02:54 +02:00
parent 442c30d79f
commit 2a96d5b40c
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ ENABLE_TESTING()
set(LIB_VERSION_MAJOR "0")
set(LIB_VERSION_MINOR "9")
set(LIB_VERSION_PATCH "1")
set(LIB_VERSION_PATCH "2")
# feature checks
include(CheckLibraryExists)

View file

@ -159,7 +159,7 @@
/* default results for MMS identify service */
#define CONFIG_DEFAULT_MMS_VENDOR_NAME "libiec61850.com"
#define CONFIG_DEFAULT_MMS_MODEL_NAME "LIBIEC61850"
#define CONFIG_DEFAULT_MMS_REVISION "0.9.1"
#define CONFIG_DEFAULT_MMS_REVISION "0.9.2"
/* MMS virtual file store base path - where file services are looking for files */
#define CONFIG_VIRTUAL_FILESTORE_BASEPATH "./vmd-filestore/"

View file

@ -18,7 +18,7 @@ DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "libIEC61850"
PROJECT_NUMBER = 0.9.1
PROJECT_NUMBER = 0.9.2
PROJECT_BRIEF = "Open-source IEC 61850 MMS/GOOSE/SV server and client library"