diff options
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | packaging/libsystem.spec | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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 |