From: Nakamura Hayato Date: Tue, 27 Aug 2013 07:31:19 +0000 (+0900) Subject: release 0.2.03 X-Git-Tag: accepted/tizen/20130911.005401^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=inline;h=2a770175249e00fed7dbc420988203ef9e972d66;p=profile%2Fivi%2Fico-uxf-utilities.git release 0.2.03 Change-Id: I733441f9706fd1fdb21724e4c77f8a7f51d55394 Signed-off-by: Nakamura Hayato --- diff --git a/configure.ac b/configure.ac index 40e85fd..9b49afe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.68]) AC_INIT([ico-uxf-utilities], - [0.2.01], + [0.2.03], [https://BUG-REPORT-ADDRESS]) AC_CONFIG_HEADERS([config.h]) diff --git a/packaging/ico-uxf-utilities.changes b/packaging/ico-uxf-utilities.changes index cc7464f..fa509e9 100644 --- a/packaging/ico-uxf-utilities.changes +++ b/packaging/ico-uxf-utilities.changes @@ -1,5 +1,10 @@ +* Tue Aug 27 2013 Shibata Makoto submit/tizen/20130823.164921@fba3847 +- 0.2.03 release. +-- fix for - An error correction of the version number of the library. + * Wed Aug 21 2013 Shibata Makoto fd20bfe - Add LICENSE. +- 0.2.02 release - Fix spec file. -- Corrected license field. -- Correct package BuildRequires fields to address build errors. diff --git a/packaging/ico-uxf-utilities.spec b/packaging/ico-uxf-utilities.spec index c960082..85ac241 100644 --- a/packaging/ico-uxf-utilities.spec +++ b/packaging/ico-uxf-utilities.spec @@ -1,6 +1,6 @@ Name: ico-uxf-utilities Summary: Common utilities for ico uifw -Version: 0.2.02 +Version: 0.2.03 Release: 1.1 Group: Automotive/Libraries License: Apache-2.0 diff --git a/src/Makefile.am b/src/Makefile.am index 63c73e1..764769e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libico-util-com.la libico_util_com_la_CFLAGS = -I../include $(OPT_CFLAGS) libico_util_com_la_LIBADD = $(OPT_LIBS) -lwebsockets -libico_util_com_la_LDFLAGS = -version-info 0:1:0 +libico_util_com_la_LDFLAGS = -version-info 0:2:0 libico_util_com_la_SOURCES = \ ico_uws.c