release 1.0.0 changes
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Tue, 12 Nov 2013 12:12:13 +0000 (14:12 +0200)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Tue, 12 Nov 2013 12:12:13 +0000 (14:12 +0200)
configure.ac
lib/Makefile.am
packaging/message-port.spec

index e519f74..8c449e5 100644 (file)
@@ -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])
index 2c3b09a..7f1709b 100644 (file)
@@ -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  \
index 355e056..3894b98 100644 (file)
@@ -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+