repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmix: call `XSetCommand()`.
[dockapps.git]
/
wmmenu
/
version.h
blob
ee34fefbb40a1a6d11d86d49412ae39142bebdf0
1
#ifndef version_h_
2
#define version_h_
3
4
#ifdef WITH_GDKPIXBUF
5
#define ADDVER
" (with gdk-pixbuf support)"
6
#else
7
#define ADDVER
" (XPM only)"
8
#endif
9
10
#define VERSION (
"1.3"
ADDVER)
11
12
#endif
/* version_h_ */