ef546fc369
Obtained from [1] at the request of Nerijus Baliunas [2]. [1] https://web.archive.org/web/20110720231607/http://www.fcoutant.freesurf.fr/download/wmmenu-1.2.tar.gz [2] http://lists.windowmaker.org/dev/msg07991.html
13 lines
204 B
C
13 lines
204 B
C
#ifndef version_h_
|
|
#define version_h_
|
|
|
|
#ifdef WITH_GDKPIXBUF
|
|
#define ADDVER " (with gdk-pixbuf support)"
|
|
#else
|
|
#define ADDVER " (XPM only)"
|
|
#endif
|
|
|
|
#define VERSION ("1.2" ADDVER)
|
|
|
|
#endif /* version_h_ */
|