We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32cf50 commit 3d2c68fCopy full SHA for 3d2c68f
deb.cmake
@@ -1,6 +1,6 @@
1
set(_VERSION_MAJOR 0)
2
set(_VERSION_MINOR 6)
3
-set(_VERSION_PATCH 1)
+set(_VERSION_PATCH 2)
4
5
set(CPACK_GENERATOR "DEB")
6
frame/main.cpp
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
31
app.setOrganizationName("septemberhx");
32
app.setApplicationName("dde-top-panel");
33
app.setApplicationDisplayName("DDE Top Panel");
34
- app.setApplicationVersion("0.6.1");
+ app.setApplicationVersion("0.6.2");
35
app.loadTranslator();
36
app.setAttribute(Qt::AA_EnableHighDpiScaling, true);
37
app.setAttribute(Qt::AA_UseHighDpiPixmaps, false);
0 commit comments