mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
a141370704
Most of the files already had this, at least. Signed-off-by: Uli Schlachter <psychon@znc.in>
9 lines
294 B
C
9 lines
294 B
C
#ifndef _AWE_VERSION_INTERNAL_H_
|
|
#define _AWE_VERSION_INTERNAL_H_
|
|
|
|
#define AWESOME_VERSION "@AWESOME_VERSION@"
|
|
#define AWESOME_RELEASE "@AWESOME_RELEASE@"
|
|
|
|
#endif //_AWE_VERSION_INTERNAL_H_
|
|
|
|
// vim: filetype=c:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|