diff options
author | Ken Moore <moorekou@gmail.com> | 2016-05-06 08:05:21 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-05-06 08:05:21 -0400 |
commit | 558038cb3e954f175a8a6599b8490bd05542a016 (patch) | |
tree | 33fae0649134433e4623967369d682f9e1df54ad /src-qt5/core | |
parent | Add a check for the existence of the log dir before starting the processes. (diff) | |
parent | Have lumina-screenshot use the current window stacking order for determining ... (diff) | |
download | lumina-558038cb3e954f175a8a6599b8490bd05542a016.tar.gz lumina-558038cb3e954f175a8a6599b8490bd05542a016.tar.bz2 lumina-558038cb3e954f175a8a6599b8490bd05542a016.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'src-qt5/core')
-rw-r--r-- | src-qt5/core/libLumina/LuminaUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/LuminaUtils.cpp b/src-qt5/core/libLumina/LuminaUtils.cpp index f429cb31..12dcf0be 100644 --- a/src-qt5/core/libLumina/LuminaUtils.cpp +++ b/src-qt5/core/libLumina/LuminaUtils.cpp @@ -49,7 +49,7 @@ inline QStringList ProcessRun(QString cmd, QStringList args){ // LUtils Functions //============= QString LUtils::LuminaDesktopVersion(){ - QString ver = "0.9.0-devel"; + QString ver = "0.9.1-devel"; #ifdef GIT_VERSION ver.append( QString(" (Git Revision: %1)").arg(GIT_VERSION) ); #endif |