From: Haesik Jun Date: Thu, 3 Jan 2019 05:05:38 +0000 (+0900) Subject: IOTJS_Release_190103_9c1af99 X-Git-Tag: submit/tizen/20190103.051405^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c03a84da03f399a6bf4f07352d113fcca14545ad;p=platform%2Fupstream%2Fiotjs.git IOTJS_Release_190103_9c1af99 Change-Id: I3d6e5aa31fb2237e709764ee732190fe0db8940d Signed-off-by: Haesik Jun --- diff --git a/appveyor.yml b/appveyor.yml index 930f787..ae19eca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,4 @@ -version: 1.0.{build} -pull_requests: - do_not_increment_build_number: true +version: "{build}" branches: except: - coverity_scan diff --git a/src/iotjs_def.h b/src/iotjs_def.h index 3a5417c..62b9f24 100644 --- a/src/iotjs_def.h +++ b/src/iotjs_def.h @@ -76,7 +76,7 @@ extern void force_terminate(); #define TARGET_OS "unknown" #endif /* __linux__ */ -#define IOTJS_VERSION "1.0.0" "181221_630f029" +#define IOTJS_VERSION "1.0.0" "190103_9c1af99" #if !defined(STRINGIFY) #define STRINGIFY(x) #x diff --git a/src/modules/tizen/iotjs_module_uart-tizen.c b/src/modules/tizen/iotjs_module_uart-tizen.c index 79b433a..2217180 100644 --- a/src/modules/tizen/iotjs_module_uart-tizen.c +++ b/src/modules/tizen/iotjs_module_uart-tizen.c @@ -174,7 +174,7 @@ void iotjs_uart_handle_close_cb(uv_handle_t* uart_poll_handle) { if (peripheral_uart_close(uart->platform_data->uart_h) != PERIPHERAL_ERROR_NONE) { - DLOG(iotjs_periph_error_str(kUartOpClose)); + DLOG("%s: error(%s) ", __func__, iotjs_periph_error_str(kUartOpClose)); IOTJS_ASSERT(0); }