Skip to content

Commit

Permalink
Version bump and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 17, 2020
1 parent 9ce0fae commit a961422
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 "52")
SET(VERSION_PATCH "1")
SET(VERSION_PATCH "2")
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 @@ -21,7 +21,7 @@

Name: %{parent}-doc
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.52.1
Version: 2.52.2
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 Feb 17 11:29:24 UTC 2020 - Stefan Hundhammer <shundhammer@suse.com>

- Added missing gettext init (bsc#1163586)
- 2.52.2

-------------------------------------------------------------------
Fri Dec 20 11:51:53 CET 2019 - aschnell@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 @@ -18,7 +18,7 @@

Name: libyui-qt
# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.52.1
Version: 2.52.2
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand Down

0 comments on commit a961422

Please sign in to comment.