Skip to content

Commit

Permalink
Bump version and update changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 7, 2018
1 parent 7b3546d commit eb04b12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "49")
SET(VERSION_PATCH "2")
SET(VERSION_PATCH "3")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui-qt core ONLY.
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%define so_version 8

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

Expand Down
6 changes: 6 additions & 0 deletions package/libyui-qt.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 7 13:33:51 UTC 2018 - igonzalezsosa@suse.com

- Replace qt5_use_modules with target_link_libraries (bsc#1091286).
- 2.49.3

-------------------------------------------------------------------
Wed Apr 18 14:03:01 UTC 2018 - igonzalezsosa@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/libyui-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: libyui-qt
Version: 2.49.2
Version: 2.49.3
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down

0 comments on commit eb04b12

Please sign in to comment.