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 Nov 15, 2017
1 parent 39aa98b commit cdfad20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "48" )
SET( VERSION_PATCH "4" )
SET( VERSION_MAJOR "4" )
SET( VERSION_MINOR "0" )
SET( VERSION_PATCH "0" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is need for the libyui core, ONLY.
Expand Down
6 changes: 6 additions & 0 deletions package/libyui-ncurses.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 15 17:30:34 CET 2017 - shundhammer@suse.de

- Send a widget ID with Shift-F6 for automated testing (fate#324098)
- 4.0.0

-------------------------------------------------------------------
Mon Aug 7 13:21:35 UTC 2017 - mvidner@suse.com

Expand Down
4 changes: 2 additions & 2 deletions package/libyui-ncurses.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: libyui-ncurses
Version: 2.48.4
Version: 4.0.0
Release: 0
Source: %{name}-%{version}.tar.bz2

Expand All @@ -33,7 +33,7 @@ BuildRequires: cmake >= 2.8
BuildRequires: gcc-c++
BuildRequires: pkg-config

%define libyui_devel_version libyui-devel >= 3.0.4
%define libyui_devel_version libyui-devel >= 4.0.0
BuildRequires: %{libyui_devel_version}
BuildRequires: ncurses-devel

Expand Down

0 comments on commit cdfad20

Please sign in to comment.