repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Protect intrusive_ptr and ComPtr from moving to itself
[openal-soft.git]
/
utils
/
alsoft-config
/
verstr.cpp
blob
42b1aeac71c3eb01aed6c6cf4c7926221fc52435
1
2
#include
"verstr.h"
3
4
#include
"version.h"
5
6
7
QString
GetVersionString
()
8
{
9
return
QStringLiteral
(
ALSOFT_VERSION
"-"
ALSOFT_GIT_COMMIT_HASH
" ("
ALSOFT_GIT_BRANCH
" branch)."
);
10
}