Skip to content

Commit f53c02a

Browse files
committed
1.1.0 release
1 parent 3748ec9 commit f53c02a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Mon Jun 29 19:19:01 CEST 2020 - [email protected]
2+
- Added menubar and new menu items implementation
3+
- 1.1.0
4+
15
-------------------------------------------------------------------
26
Sun Jan 12 15:09:45 CET 2020 - [email protected]
37
- fix issue 1 Using spacebar to uncheck packages does not mark them for deletion

Diff for: VERSION.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(VERSION_MAJOR "1")
2-
SET(VERSION_MINOR "0")
3-
SET(VERSION_PATCH "7")
2+
SET(VERSION_MINOR "1")
3+
SET(VERSION_PATCH "0")
44
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
55

66
##### This is need for the libyui core, ONLY.

0 commit comments

Comments
 (0)