Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-whiskermenu-plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Panel Plugins
xfce4-whiskermenu-plugin
Commits
053063db
Commit
053063db
authored
Jul 23, 2020
by
Graeme Gott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number.
parent
4a776dba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+5
-0
No files found.
CMakeLists.txt
View file @
053063db
...
...
@@ -5,7 +5,7 @@ project(whiskermenu)
# version number
set
(
whiskermenu_version_major
"2"
)
set
(
whiskermenu_version_minor
"4"
)
set
(
whiskermenu_version_micro
"
5
"
)
set
(
whiskermenu_version_micro
"
6
"
)
set
(
whiskermenu_version_tag
""
)
set
(
whiskermenu_version
"
${
whiskermenu_version_major
}
.
${
whiskermenu_version_minor
}
.
${
whiskermenu_version_micro
}
"
)
if
(
${
whiskermenu_version_tag
}
MATCHES
"git"
)
...
...
NEWS
View file @
053063db
2.4.6
=====
- Fix crash during grab check. (Issue #19)
- Fix background incorrect without compositing.
2.4.5
=====
- Fix saving plugin title with overridden default text. (Bug #16822)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment