From: WaLyong Cho Date: Wed, 14 Dec 2016 09:42:22 +0000 (+0900) Subject: release: 4.1-0 X-Git-Tag: submit/tizen/20180322.062032~2^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c270d17bd9ccd98cad2f5a84c0d1932d3f067f1;p=platform%2Fcore%2Fsystem%2Flibsystem.git release: 4.1-0 Change-Id: I7d0b909b8c27b51af0f501a431510d65f4d64e40 Signed-off-by: WaLyong Cho --- diff --git a/Doxyfile b/Doxyfile index 2f5e01e..42fbd54 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = libsystem # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.0 +PROJECT_NUMBER = 4.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/configure.ac b/configure.ac index 3b663b9..d0e5c51 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([libsystem], [4.0], [walyong.cho@samsung.com]) +AC_INIT([libsystem], [4.1], [walyong.cho@samsung.com]) dnl AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/packaging/libsystem.spec b/packaging/libsystem.spec index e2a32d4..073ebb7 100644 --- a/packaging/libsystem.spec +++ b/packaging/libsystem.spec @@ -1,7 +1,7 @@ Name: libsystem Summary: System Libraries -Version: 4.0 -Release: 4%{?release_flags} +Version: 4.1 +Release: 0%{?release_flags} License: Apache-2.0 Group: System/Libraries Source: %{name}-%{version}.tar.gz