-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
9 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
------------------------------------------------------------------- | ||
Sun Jul 11 19:10:53 CEST 2021 - [email protected] | ||
- New YMGA_CBTable implementation | ||
- built against new libyui tree. | ||
- 1.2.0 | ||
|
||
------------------------------------------------------------------- | ||
Mon Jun 29 19:19:01 CEST 2020 - [email protected] | ||
- Added menubar and new menu items implementation | ||
- 1.1.0 | ||
|
||
------------------------------------------------------------------- | ||
Tue Apr 14 12:12:36 CEST 2020 - [email protected] | ||
- removed deprecated function | ||
- 1.0.4 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
SET(VERSION_MAJOR "1") | ||
SET(VERSION_MINOR "1") | ||
SET(VERSION_MINOR "2") | ||
SET(VERSION_PATCH "0") | ||
|
||
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" ) | ||
|
||
##### This is need for the libyui core, ONLY. | ||
##### These will be overridden from exports in LibyuiConfig.cmake | ||
SET( SONAME_MAJOR "0" ) | ||
SET( SONAME_MINOR "0" ) | ||
SET( SONAME_PATCH "0" ) | ||
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" ) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.