Skip to content

Commit

Permalink
Merge branch 'master' into CBTable
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli authored Jun 1, 2021
2 parents 892af9d + 1ff6698 commit 4c84535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

- Added menubar
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
Expand Down
5 changes: 3 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "6")
SET(VERSION_MINOR "1")
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

0 comments on commit 4c84535

Please sign in to comment.