diff options
author | Ken Moore <ken@pcbsd.org> | 2014-09-22 15:10:20 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-09-22 15:10:20 -0400 |
commit | 48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0 (patch) | |
tree | a1282c1ed28f389da2e59e3d8b6d95f477daa51a /lumina-desktop | |
parent | Add libjpeg dependency to Lumina port (since the default wallpapers are jpg f... (diff) | |
download | lumina-48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0.tar.gz lumina-48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0.tar.bz2 lumina-48e50ed5f40ab1ae79384ab3632dd06ad2c9f7e0.zip |
Tag Lumina version 0.6.3
This version is mainly a bunch of bugfixes from 0.6.2, but also included backend streamlining, porting to other OS's, and a slightly updated userbutton.
Diffstat (limited to 'lumina-desktop')
-rw-r--r-- | lumina-desktop/LSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LSession.cpp b/lumina-desktop/LSession.cpp index 7897966b..f551b2d1 100644 --- a/lumina-desktop/LSession.cpp +++ b/lumina-desktop/LSession.cpp @@ -28,7 +28,7 @@ static QSettings *sessionsettings; LSession::LSession(int &argc, char ** argv) : QApplication(argc, argv){ this->setApplicationName("Lumina Desktop Environment"); - this->setApplicationVersion("0.6.2"); + this->setApplicationVersion("0.6.3"); this->setOrganizationName("LuminaDesktopEnvironment"); this->setQuitOnLastWindowClosed(false); //since the LDesktop's are not necessarily "window"s //Enabled a few of the simple effects by default |