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 4, 2021
1 parent d88f447 commit ec9d86d
Show file tree
Hide file tree
Showing 4 changed files with 10 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 "4")
SET( VERSION_MINOR "0" )
SET( VERSION_PATCH "0" )
SET( VERSION_PATCH "1" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

SET( SONAME_MAJOR "15" )
Expand Down
2 changes: 1 addition & 1 deletion package/libyui-ncurses-doc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Name: %{parent}-doc

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.0.0
Version: 4.0.1
Release: 0
BuildArch: noarch

Expand Down
7 changes: 7 additions & 0 deletions package/libyui-ncurses.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 4 10:19:11 UTC 2021 - Stefan Hundhammer <shundhammer@suse.com>

- In tables with nested items, only open/close branches with [Space],
don't also send an "Activated" event (bsc#1181789)
- 4.0.1

-------------------------------------------------------------------
Mon Feb 1 14:59:06 UTC 2021 - Stefan Hundhammer <shundhammer@suse.com>

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

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 4.0.0
Version: 4.0.1
Release: 0

%define so_version 15
Expand Down

0 comments on commit ec9d86d

Please sign in to comment.