Skip to content

Commit

Permalink
Update LuminaUtils.cpp
Browse files Browse the repository at this point in the history
Tag version 0.9.0-Release.
  • Loading branch information
beanpole135 committed May 3, 2016
1 parent 644e61d commit 10ed6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt5/core/libLumina/LuminaUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-Release";
#ifdef GIT_VERSION
ver.append( QString(" (Git Revision: %1)").arg(GIT_VERSION) );
#endif
Expand Down

0 comments on commit 10ed6f0

Please sign in to comment.