From: Amarnath Valluri Date: Tue, 12 Nov 2013 12:12:13 +0000 (+0200) Subject: release 1.0.0 changes X-Git-Tag: submit/tizen/20140820.080649~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c59ad9b6c9f30424c7aacb4366285d4f3c2fe8a1;p=platform%2Fcore%2Fappfw%2Fmessage-port-dbus.git release 1.0.0 changes --- diff --git a/configure.ac b/configure.ac index e519f74..8c449e5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([message-port], [0.0.1], [], [], []) +AC_INIT([message-port], [1.0.0], [http://bugs.tizen.org/jira], [], []) AC_CONFIG_SRCDIR([daemon/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/lib/Makefile.am b/lib/Makefile.am index 2c3b09a..7f1709b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -12,6 +12,8 @@ libmessage_port_la_SOURCES = \ msgport-factory.c \ $(NULL) +libmessage_port_la_LDFLAGS = -version-info $(subst .,:,$(VERSION)) + libmessage_port_la_includedir = $(includedir)/ libmessage_port_la_include_HEADERS = \ message-port.h \ diff --git a/packaging/message-port.spec b/packaging/message-port.spec index 355e056..3894b98 100644 --- a/packaging/message-port.spec +++ b/packaging/message-port.spec @@ -3,7 +3,7 @@ %define use_session_bus 1 Name: message-port Summary: Message port daemon -Version: 0.0.1 +Version: 1.0.0 Release: 1 Group: System/Service License: LGPL-2.1+