Skip to content

Commit

Permalink
Merge pull request #61 from libyui/version_update
Browse files Browse the repository at this point in the history
Synchronize the .so version with the other packages
  • Loading branch information
lslezak committed Jul 30, 2018
2 parents 9fcfe6a + d4d0bf6 commit d9cdab8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "44" )
SET( VERSION_PATCH "9" )
SET( VERSION_PATCH "10" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )

##### This is need for the libyui core, ONLY.
Expand Down
4 changes: 2 additions & 2 deletions package/libyui-gtk-doc.spec
Expand Up @@ -17,10 +17,10 @@


%define parent libyui-gtk
%define so_version 8
%define so_version 9

Name: %{parent}-doc
Version: 2.44.9
Version: 2.44.10
Release: 0
Source: %{parent}-%{version}.tar.bz2

Expand Down
7 changes: 7 additions & 0 deletions package/libyui-gtk.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 30 11:24:47 UTC 2018 - lslezak@suse.cz

- Update the version to match the other packages (improvement
for handling big disks, bsc#991090)
- 2.44.10

-------------------------------------------------------------------
Mon Nov 20 15:09:20 UTC 2017 - lslezak@suse.cz

Expand Down
4 changes: 2 additions & 2 deletions package/libyui-gtk.spec
Expand Up @@ -17,11 +17,11 @@


Name: libyui-gtk
Version: 2.44.9
Version: 2.44.10
Release: 0
Source: %{name}-%{version}.tar.bz2

%define so_version 8
%define so_version 9
%define bin_name %{name}%{so_version}

BuildRequires: boost-devel
Expand Down

0 comments on commit d9cdab8

Please sign in to comment.